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

Copy this symbol

THREE-PER-EM SPACE

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

 
 
U+02004
\2004
 

HTML Examples

Using HTML Code value in HTML file

<span> &#8196; </span>

Using HTML Entity value in HTML file

<span> &emsp13; </span>

CSS Example

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

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