Invisible Separator

Used to represent an invisible separation between characters or elements, often in formatting or typesetting.

U+2063

Visual Preview

This is how the character appears visually

Copy Options

How to Use?

In HTML

                <span>&#8291;</span>
            

In Css

                content: "\U+2063";
            

In Javascript

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

Additional Information

Category

Invisible Operators

Browser Support

browsersupportFallback