Hair Space

Shortcodes

Copy and paste codes for Hair Space symbol   to use in your websites, apps, blogs, and more.

Unicode
U+200A
HTML Code
 
HEX Code
 
CSS Code
\200A
JS/JSON
\u200A
Unix/C/PHP/JAVA
0x200A
URL-encode
%E2%80%8A
copied

Customize Hair Space Symbol

Customize   symbol as you like and download Hair Space as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.

                        
                    

How to add Hair Space symbol in HTML, CSS, and JS?

Insert   Hair Space using HTML

1. Copy-paste Hair Space directly:
<span> </span>
2. HTML Decimal Code:
<span>&#8202;</span>
3. Hexadecimal Code:
<span>&#x200A;</span>
Preview:

Add Hair Space symbol with CSS

.hair-space::before {
    content: '\\200A';
}
Preview: Hair Space

Hair Space JavaScript Code

1. Direct Symbol:
document.querySelector('.hair-space').textContent = ' ';
2. Unicode Escape for  :
document.querySelector('.hair-space').textContent = '\u200A';
Preview: