Invisible Separator
Used to represent an invisible separation between characters or elements, often in formatting or typesetting.
Visual Preview
This is how the character appears visually
Copy Options
How to Use?
In HTML
<span>⁣</span>
In Css
content: "\U+2063";
In Javascript
const char = String.fromCodePoint(0xU+2063);
Additional Information
Category
Invisible Operators
Browser Support
browsersupportFallback