EM SPACE ( )
Copy Character
Unicode Block
General PunctuationUnicode Code
U+2003
Codepoint
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 Encoding
UTF-8
0xE20x800x83
UTF-16
0x2003
UTF-32
0x00002003
Copy & Paste Codes
Unicode Escape
\u{2003}
HTML Entity (Decimal)
 
HTML Entity (Hex)
 
CSS Code
\2003
JavaScript/JSON
String.fromCodePoint(0x2003)
Python
chr(0x2003)
Ruby/PHP
chr(0x2003)
Unix, C, PHP, JAVA
0x2003
Perl
chr(0x2003)
URL Encoded
%2003