NARROW NO-BREAK SPACE ( )
Copy Character
Unicode Block
General PunctuationUnicode Code
U+202F
Codepoint
8239
Aliases
no-break thin space
Notes
commonly abbreviated NNBSP
a narrow form of a no-break space; should be the same width as thin space 2009
# <noBreak> 0020
Character Encoding
UTF-8
0xE20x800xAF
UTF-16
0x202F
UTF-32
0x0000202F
Copy & Paste Codes
Unicode Escape
\u{202F}
HTML Entity (Decimal)
 
HTML Entity (Hex)
 
CSS Code
\202F
JavaScript/JSON
String.fromCodePoint(0x202F)
Python
chr(0x202F)
Ruby/PHP
chr(0x202F)
Unix, C, PHP, JAVA
0x202F
Perl
chr(0x202F)
URL Encoded
%202f