Zero Width Joiner

Een teken dat aangeeft dat tekens samengevoegd moeten worden, meestal gebruikt in talen zoals Arabisch of Indische schrift.

U+200D

Visual Preview

This is how the character appears visually

Copy Options

How to Use?

In HTML

                <span>&#8205;</span>
            

In Css

                content: "\U+200D";
            

In Javascript

                const char = String.fromCodePoint(0xU+200D);
            

Additional Information

Category

Format Controls

Browser Support

browsersupportFallback