HTML Entity/Symbol (FOUR-PER-EM SPACE )

Copy this symbol

FOUR-PER-EM SPACE

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

 
 
U+02005
\2005
 

HTML Examples

Using HTML Code value in HTML file

<span> &#8197; </span>

Using HTML Entity value in HTML file

<span> &emsp14; </span>

CSS Example

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

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