Unsichtbares Plus

Stellt ein unsichtbares Pluszeichen dar, das in technischen Kontexten verwendet wird, in denen die Addition impliziert, aber nicht visuell angezeigt wird.

U+2064

Visual Preview

This is how the character appears visually

Copy Options

How to Use?

In HTML

                <span>&#8292;</span>
            

In Css

                content: "\U+2064";
            

In Javascript

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

Additional Information

Category

Invisible Operators

Browser Support

browsersupportFallback