PUNCTUATION SPACE
U+2008
Unicode Block
General PunctuationCode
2008
Code Point
8200
Notes
space equal to narrow punctuation of a font, typically set to the same width as full stop 002E
# 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
0xE20x800x88
UTF-16
0x2008
UTF-32
0x00002008
Copy & Paste Codes
Character
Unicode Escape
\u{2008}
HTML Entity (Decimal)
 
HTML Entity (Hex)
 
CSS Code
\2008
JavaScript
String.fromCodePoint(0x2008)
Python
chr(0x2008)