Invisible Times
Represents an invisible multiplication sign, often used in technical typesetting to avoid disrupting the visual flow of text.
Visual Preview
This is how the character appears visually
Copy Options
How to Use?
In HTML
<span>⁢</span>
In Css
content: "\U+2062";
In Javascript
const char = String.fromCodePoint(0xU+2062);
Additional Information
Category
Invisible Operators
Browser Support
browsersupportFallback