If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+200D, officially named ZERO WIDTH JOINER, was introduced in Unicode version 1.1. It is part of the Punctuation block, which belongs to the Basic Multilingual plane.
Categorized technically as a Format, this character typically falls under the Zinh script. In terms of text layout and rendering, the glyph is not a composition and has no designated width in East Asian typography. When placed in bidirectional text, it behaves as an Unknown character. Its visual representation remains not mirrored regardless of the reading direction.
Click any row to instantly copy the encoding value to your clipboard.
| Nº |
8205
Copied!
|
|---|---|
| UTF-8 |
E2 80 8D
Copied!
|
| UTF-16 |
20 0D
Copied!
|
| UTF-32 |
00 00 20 0D
Copied!
|
| URL-Quoted |
%E2%80%8D
Copied!
|
| HTML hex reference |
‍
Copied!
|
| RFC 5137 |
\u'200D'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u200D
Copied!
|
| C and C++ |
\u200d
Copied!
|
| C# |
\u200d
Copied!
|
| CSS |
\00200D
Copied!
|
| Excel |
=UNICHAR(8205)
Copied!
|
| Go |
\u200d
Copied!
|
| JavaScript |
\u200D
Copied!
|
| Modern JavaScript (since ES6) |
\u{200d}
Copied!
|
| JSON |
\u200D
Copied!
|
| Java |
\u200D
Copied!
|
| Lua |
\u{200D}
Copied!
|
| Matlab |
char(8205)
Copied!
|
| Perl |
\x{200D}
Copied!
|
| PHP |
\u{200d}
Copied!
|
| PostgreSQL |
U&'\200D'
Copied!
|
| PowerShell |
`u{200D}
Copied!
|
| Python |
\u200d
Copied!
|
| Ruby |
\u{200d}
Copied!
|
| Rust |
\u{200d}
Copied!
|