Four-per-em Space
Shortcodes
Copy useful codes for four-per-em space symbol to use in websites, apps, blogs, and docs.
Unicode
U+2005 HTML Code
  HEX Code
  CSS Code
\2005 JS/JSON
\u2005 Unix/C/PHP/JAVA
0x2005 URL-encode
%E2%80%85 Customize Four-per-em Space
Customize , download it as SVG or PNG, or copy the generated HTML snippet.
How to use Four-per-em Space Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span></span> HTML Code:
<span> </span> HEX Code:
<span> </span> Add with CSS
.four-per-em-space::before {
content: '\\2005';
} Set it in JavaScript
document.querySelector('.four-per-em-space').textContent = '';