If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+202F, officially named NARROW NO-BREAK SPACE, was introduced in Unicode version 3.0. 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 Unknown 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º |
8239
Copied!
|
|---|---|
| UTF-8 |
E2 80 AF
Copied!
|
| UTF-16 |
20 2F
Copied!
|
| UTF-32 |
00 00 20 2F
Copied!
|
| URL-Quoted |
%E2%80%AF
Copied!
|
| HTML hex reference |
 
Copied!
|
| RFC 5137 |
\u'202F'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u202F
Copied!
|
| C and C++ |
\u202f
Copied!
|
| C# |
\u202f
Copied!
|
| CSS |
\00202F
Copied!
|
| Excel |
=UNICHAR(8239)
Copied!
|
| Go |
\u202f
Copied!
|
| JavaScript |
\u202F
Copied!
|
| Modern JavaScript (since ES6) |
\u{202f}
Copied!
|
| JSON |
\u202F
Copied!
|
| Java |
\u202F
Copied!
|
| Lua |
\u{202F}
Copied!
|
| Matlab |
char(8239)
Copied!
|
| Perl |
\x{202F}
Copied!
|
| PHP |
\u{202f}
Copied!
|
| PostgreSQL |
U&'\202F'
Copied!
|
| PowerShell |
`u{202F}
Copied!
|
| Python |
\u202f
Copied!
|
| Ruby |
\u{202f}
Copied!
|
| Rust |
\u{202f}
Copied!
|