Zero Width Joiner
Shortcodes
Copy useful codes for zero width joiner symbol to use in websites, apps, blogs, and docs.
Unicode
U+200D HTML Code
‍ HTML Entity
‍ HEX Code
‍ CSS Code
\200D JS/JSON
\u200D Unix/C/PHP/JAVA
0x200D URL-encode
%E2%80%8D Customize Zero Width Joiner
Customize , download it as SVG or PNG, or copy the generated HTML snippet.
How to use Zero Width Joiner Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span></span> HTML Code:
<span>‍</span> HTML Entity:
<span>‍</span> HEX Code:
<span>‍</span> Add with CSS
.zero-width-joiner::before {
content: '\\200D';
} Set it in JavaScript
document.querySelector('.zero-width-joiner').textContent = '';