FIGURE SPACE ( )
Copy Character
Unicode Block
General PunctuationUnicode Code
U+2007
Codepoint
8199
Notes
space equal to tabular width of a font, typically set to the same width as digit zero 0030
this is equivalent to the digit width of fonts with fixed-width digits
# <noBreak> 0020
Character Encoding
UTF-8
0xE20x800x87
UTF-16
0x2007
UTF-32
0x00002007
Copy & Paste Codes
Unicode Escape
\u{2007}
HTML Entity (Decimal)
 
HTML Entity (Hex)
 
CSS Code
\2007
JavaScript/JSON
String.fromCodePoint(0x2007)
Python
chr(0x2007)
Ruby/PHP
chr(0x2007)
Unix, C, PHP, JAVA
0x2007
Perl
chr(0x2007)
URL Encoded
%2007