HTML Entity/Symbol (EM SPACE )

Copy this symbol

EM SPACE

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

 
 
U+02003
\2003
 

HTML Examples

Using HTML Code value in HTML file

<span> &#8195; </span>

Using HTML Entity value in HTML file

<span> &emsp; </span>

CSS Example

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

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