EN SPACE ( )
Copy Character
Unicode Block
General PunctuationUnicode Code
U+2002
Codepoint
8194
Aliases
nut
Notes
half an em
# 0020 space
Character Encoding
UTF-8
0xE20x800x82
UTF-16
0x2002
UTF-32
0x00002002
Copy & Paste Codes
Unicode Escape
\u{2002}
HTML Entity (Decimal)
 
HTML Entity (Hex)
 
CSS Code
\2002
JavaScript/JSON
String.fromCodePoint(0x2002)
Python
chr(0x2002)
Ruby/PHP
chr(0x2002)
Unix, C, PHP, JAVA
0x2002
Perl
chr(0x2002)
URL Encoded
%2002