HTML Entity/Symbol (EN SPACE )

Copy this symbol

EN SPACE

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

 
 
U+02002
\2002
 

HTML Examples

Using HTML Code value in HTML file

<span> &#8194; </span>

Using HTML Entity value in HTML file

<span> &ensp; </span>

CSS Example

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

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