FOSSFonts

FIGURE SPACE ()

Copy Character

Unicode Block

General Punctuation

Unicode 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)

&#8199;

HTML Entity (Hex)

&#x2007;

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
FIGURE SPACE ( ) - U+2007 | Unicode | FOSSFonts