Invisible Times

Represents an invisible multiplication sign, often used in technical typesetting to avoid disrupting the visual flow of text.

U+2062

Visual Preview

This is how the character appears visually

Copy Options

How to Use?

In HTML

                <span>&#8290;</span>
            

In Css

                content: "\U+2062";
            

In Javascript

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

Additional Information

Category

Invisible Operators

Browser Support

browsersupportFallback