Onzichtbare Plus
Stelt een onzichtbaar plusteken voor, gebruikt in technische contexten waarbij de optelling impliciet is, maar niet visueel wordt weergegeven.
Visual Preview
This is how the character appears visually
Copy Options
How to Use?
In HTML
<span>⁤</span>
In Css
content: "\U+2064";
In Javascript
const char = String.fromCodePoint(0xU+2064);
Additional Information
Category
Invisible Operators
Browser Support
browsersupportFallback