THIN SPACE
U+2009
Unicode Block
General PunctuationCode
2009
Code Point
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 Properties
General Category
Letter, Other (Lo)
Bidi Class
L (Left-to-Right)
Combining Class
0 (Spacing, split, enclosing, reordrant, and Tibetan subjoined)
Block
General Punctuation
Character Encoding
UTF-8
0xE20x800x89
UTF-16
0x2009
UTF-32
0x00002009
Copy & Paste Codes
Character
Unicode Escape
\u{2009}
HTML Entity (Decimal)
 
HTML Entity (Hex)
 
CSS Code
\2009
JavaScript
String.fromCodePoint(0x2009)
Python
chr(0x2009)