HTML Entity/Symbol (FIGURE SPACE )

Copy this symbol

FIGURE SPACE

Click on any of the following code values to copy to clipboard.

 
 
U+02007
\2007
 

HTML Examples

Using HTML Code value in HTML file

<span> &#8199; </span>

Using HTML Entity value in HTML file

<span> &numsp; </span>

CSS Example

Using CSS content code of the HTML entity &numsp; to specify in a CSS file

span { 
    content: "\2007";
}
All HTML Symbols