HAIR SPACE
U+200A
Unicode Block
General PunctuationCode
200A
Code Point
8202
Notes
thinner than a thin space; typically set to 1/10 to 1/16 em
in traditional typography, the thinnest space available
# 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
0xE20x800x8A
UTF-16
0x200A
UTF-32
0x0000200A
Copy & Paste Codes
Character
Unicode Escape
\u{200A}
HTML Entity (Decimal)
 
HTML Entity (Hex)
 
CSS Code
\200A
JavaScript
String.fromCodePoint(0x200A)
Python
chr(0x200A)