PUNCTUATION SPACE ( )
Copy Character
Unicode Block
General PunctuationUnicode Code
U+2008
Codepoint
8200
Notes
space equal to narrow punctuation of a font, typically set to the same width as full stop 002E
# 0020 space
Character Encoding
UTF-8
0xE20x800x88
UTF-16
0x2008
UTF-32
0x00002008
Copy & Paste Codes
Unicode Escape
\u{2008}
HTML Entity (Decimal)
 
HTML Entity (Hex)
 
CSS Code
\2008
JavaScript/JSON
String.fromCodePoint(0x2008)
Python
chr(0x2008)
Ruby/PHP
chr(0x2008)
Unix, C, PHP, JAVA
0x2008
Perl
chr(0x2008)
URL Encoded
%2008