Em Quad

Shortcodes

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

Unicode
U+2001
HTML Code
 
HEX Code
 
CSS Code
\2001
JS/JSON
\u2001
Unix/C/PHP/JAVA
0x2001
URL-encode
%E2%80%81
copied

Customize Em Quad Symbol

Customize   symbol as you like and download Em Quad 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 Em Quad symbol in HTML, CSS, and JS?

Insert   Em Quad using HTML

1. Copy-paste Em Quad directly:
<span> </span>
2. HTML Decimal Code:
<span>&#8193;</span>
3. Hexadecimal Code:
<span>&#x2001;</span>
Preview:

Add Em Quad symbol with CSS

.em-quad::before {
    content: '\\2001';
}
Preview: Em Quad

Em Quad JavaScript Code

1. Direct Symbol:
document.querySelector('.em-quad').textContent = ' ';
2. Unicode Escape for  :
document.querySelector('.em-quad').textContent = '\u2001';
Preview: