Figure Space

Shortcodes

Copy and paste codes for Figure Space symbol   to use in your websites, apps, blogs, and more.

Unicode
U+2007
HTML Code
 
HEX Code
 
CSS Code
\2007
JS/JSON
\u2007
Unix/C/PHP/JAVA
0x2007
URL-encode
%E2%80%87
copied

Customize Figure Space Symbol

Customize   symbol as you like and download Figure Space as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.

                        
                    

How to add Figure Space symbol in HTML, CSS, and JS?

Insert   Figure Space using HTML

1. Copy-paste Figure Space directly:
<span> </span>
2. HTML Decimal Code:
<span>&#8199;</span>
3. Hexadecimal Code:
<span>&#x2007;</span>
Preview:

Add Figure Space symbol with CSS

.figure-space::before {
    content: '\\2007';
}
Preview: Figure Space

Figure Space JavaScript Code

1. Direct Symbol:
document.querySelector('.figure-space').textContent = ' ';
2. Unicode Escape for  :
document.querySelector('.figure-space').textContent = '\u2007';
Preview: