Zero Width Joiner
A character used to indicate that characters should be joined together, typically used in languages like Arabic or Indic scripts.
Visual Preview
This is how the character appears visually
Copy Options
How to Use?
In HTML
<span>‍</span>
In Css
content: "\U+200D";
In Javascript
const char = String.fromCodePoint(0xU+200D);
Additional Information
Category
Format Controls
Browser Support
browsersupportFallback