Zero Width Non-Joiner

A character that prevents characters from joining, typically used in languages where characters need to be separated, such as in Arabic.

U+200C

Visual Preview

This is how the character appears visually

Copy Options

How to Use?

In HTML

                <span>&#8204;</span>
            

In Css

                content: "\U+200C";
            

In Javascript

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

Additional Information

Category

Format Controls

Browser Support

browsersupportFallback