EM SPACE
U+2003
Unicode Block
General PunctuationCode
2003
Code Point
8195
Aliases
mutton
Notes
nominally, a space equal to the type size in points
may scale by the condensation factor of a font
# 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
0xE20x800x83
UTF-16
0x2003
UTF-32
0x00002003
Copy & Paste Codes
Character
Unicode Escape
\u{2003}
HTML Entity (Decimal)
 
HTML Entity (Hex)
 
CSS Code
\2003
JavaScript
String.fromCodePoint(0x2003)
Python
chr(0x2003)