HTML Entity/Symbol (HAIR SPACE )

Copy this symbol

HAIR SPACE

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

 
 
U+0200A
\200a
 

HTML Examples

Using HTML Code value in HTML file

<span> &#8202; </span>

Using HTML Entity value in HTML file

<span> &hairsp; </span>

CSS Example

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

span { 
    content: "\200a";
}
All HTML Symbols