Zero Width Joiner
Een teken dat aangeeft dat tekens samengevoegd moeten worden, meestal gebruikt in talen zoals Arabisch of Indische schrift.
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