If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+200A, officially named HAIR SPACE, 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 Space Separator, this character typically falls under the Common script. In terms of text layout and rendering, the glyph is a compatibility composition and has no designated width in East Asian typography. When placed in bidirectional text, it behaves as an White Space 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º |
8202
Copied!
|
|---|---|
| UTF-8 |
E2 80 8A
Copied!
|
| UTF-16 |
20 0A
Copied!
|
| UTF-32 |
00 00 20 0A
Copied!
|
| URL-Quoted |
%E2%80%8A
Copied!
|
| HTML hex reference |
 
Copied!
|
| RFC 5137 |
\u'200A'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u200A
Copied!
|
| C and C++ |
\u200a
Copied!
|
| C# |
\u200a
Copied!
|
| CSS |
\00200A
Copied!
|
| Excel |
=UNICHAR(8202)
Copied!
|
| Go |
\u200a
Copied!
|
| JavaScript |
\u200A
Copied!
|
| Modern JavaScript (since ES6) |
\u{200a}
Copied!
|
| JSON |
\u200A
Copied!
|
| Java |
\u200A
Copied!
|
| Lua |
\u{200A}
Copied!
|
| Matlab |
char(8202)
Copied!
|
| Perl |
\x{200A}
Copied!
|
| PHP |
\u{200a}
Copied!
|
| PostgreSQL |
U&'\200A'
Copied!
|
| PowerShell |
`u{200A}
Copied!
|
| Python |
\u200a
Copied!
|
| Ruby |
\u{200a}
Copied!
|
| Rust |
\u{200a}
Copied!
|