SIX-PER-EM SPACE ( )
Copy Character
Unicode Block
General PunctuationUnicode Code
U+2006
Codepoint
8198
Notes
in computer typography sometimes equated to thin space
# 0020 space
Character Encoding
UTF-8
0xE20x800x86
UTF-16
0x2006
UTF-32
0x00002006
Copy & Paste Codes
Unicode Escape
\u{2006}
HTML Entity (Decimal)
 
HTML Entity (Hex)
 
CSS Code
\2006
JavaScript/JSON
String.fromCodePoint(0x2006)
Python
chr(0x2006)
Ruby/PHP
chr(0x2006)
Unix, C, PHP, JAVA
0x2006
Perl
chr(0x2006)
URL Encoded
%2006