HAIR SPACE ( )
Copy Character
Unicode Block
General PunctuationUnicode Code
U+200A
Codepoint
8202
Notes
thinner than a thin space; typically set to 1/10 to 1/16 em
in traditional typography, the thinnest space available
# 0020 space
Character Encoding
UTF-8
0xE20x800x8A
UTF-16
0x200A
UTF-32
0x0000200A
Copy & Paste Codes
Unicode Escape
\u{200A}
HTML Entity (Decimal)
 
HTML Entity (Hex)
 
CSS Code
\200A
JavaScript/JSON
String.fromCodePoint(0x200A)
Python
chr(0x200A)
Ruby/PHP
chr(0x200A)
Unix, C, PHP, JAVA
0x200A
Perl
chr(0x200A)
URL Encoded
%200a