THIN SPACE ( )
Copy Character
Unicode Block
General PunctuationUnicode Code
U+2009
Codepoint
8201
Aliases
narrow space
Notes
this should be much narrower than space 0020; typically set to 1/5 or 1/6 em
# 0020 space
Character Encoding
UTF-8
0xE20x800x89
UTF-16
0x2009
UTF-32
0x00002009
Copy & Paste Codes
Unicode Escape
\u{2009}
HTML Entity (Decimal)
 
HTML Entity (Hex)
 
CSS Code
\2009
JavaScript/JSON
String.fromCodePoint(0x2009)
Python
chr(0x2009)
Ruby/PHP
chr(0x2009)
Unix, C, PHP, JAVA
0x2009
Perl
chr(0x2009)
URL Encoded
%2009