Zero Width Space

A character that creates a space with no width, often used in text processing and web development for various purposes such as preventing word break.

U+200B

Visual Preview

This is how the character appears visually

Copy Options

How to Use?

In HTML

                <span>&#8203;</span>
            

In Css

                content: "\U+200B";
            

In Javascript

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

Additional Information

Category

Format Controls

Browser Support

browsersupportFallback