Zero Width Joiner

A character used to indicate that characters should be joined together, typically used in languages like Arabic or Indic scripts.

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