Six-per-em Space

Shortcodes

Copy useful codes for six-per-em space symbol to use in websites, apps, blogs, and docs.

Unicode
U+2006
HTML Code
 
HEX Code
 
CSS Code
\2006
JS/JSON
\u2006
Unix/C/PHP/JAVA
0x2006
URL-encode
%E2%80%86

Customize Six-per-em Space

Customize , download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Six-per-em Space Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span></span>
HTML Code:
<span>&#8198;</span>
HEX Code:
<span>&#x2006;</span>

Add with CSS

.six-per-em-space::before {
  content: '\\2006';
}

Set it in JavaScript

document.querySelector('.six-per-em-space').textContent = '';
copied