Tag Space
Shortcodes
Copy useful codes for tag space symbol to use in websites, apps, blogs, and docs.
Unicode
U+E0020 HTML Code
󠀠 HEX Code
󠀠 CSS Code
\E0020 JS/JSON
\uE0020 Unix/C/PHP/JAVA
0xE0020 URL-encode
%F3%A0%80%A0 Customize Tag Space
Customize , download it as SVG or PNG, or copy the generated HTML snippet.
How to use Tag 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
.tag-space::before {
content: '\\E0020';
} Set it in JavaScript
document.querySelector('.tag-space').textContent = '';