Invisible Plus Symbol
The Invisible Plus () is a punctuation symbol that can appear as a blank character but still affects text.
U+2064
The symbol is called the Invisible Plus and has Unicode code point U+2064. It’s categorized as punctuation and is often used as an invisible formatting character.
Invisible Plus Symbol Meaning
The character (Unicode U+2064) is named “INVISIBLE PLUS” and belongs to the Punctuation category. Despite its name, it may be visually subtle or look like empty space in many fonts and interfaces. In text processing and rendering, it can function as a special, non-obvious character rather than a visible mark. People may use it when they need a “placeholder” or a subtle delimiter without adding a typical visible symbol. Because it can be hard to spot, it’s important to verify placement when copying between editors, social platforms, and code environments.
Common uses
- •Adding an invisible delimiter in text where a visible separator is undesirable
- •Including a placeholder character in drafts or templates before a final symbol is inserted
- •Working with systems that preserve specific Unicode punctuation characters for formatting
- •Creating subtle spacing or control points in generated content where layout matters
- •Tagging or marking text segments in workflows where the character should not be visually obvious
Examples
Invisible Plus (U+2064)
- HelloWorld
- Draftv2
- Item 1Item 2
- Ref2026-04-28
- Clickhere
Variations
Ready to copy
Technical codes
| Unicode | U+2064 | |
| HTML Entity | ⁤ | |
| HTML Code | ⁤ | |
| CSS | \2064 |
FAQ
What does the Invisible Plus symbol mean?
The character (Unicode U+2064) is named “INVISIBLE PLUS” and belongs to the Punctuation category. Despite its name, it may be visually subtle or look like empty space in many fonts and interfaces. In text processing and rendering, it can function as a special, non-obvious character rather than a visible mark. People may use it when they need a “placeholder” or a subtle delimiter without adding a typical visible symbol. Because it can be hard to spot, it’s important to verify placement when copying between editors, social platforms, and code environments.
Why does the Invisible Plus () look like blank space?
Many fonts and interfaces render U+2064 as a very subtle or effectively invisible punctuation character, so it may not be obvious at a glance.
How can I be sure I copied the correct character?
Paste it into a text editor that supports Unicode inspection, or compare the code point with U+2064. You can also use the provided HTML/CSS/JavaScript escapes to confirm.
Does it work the same across browsers and apps?
Rendering can vary by font and platform. The safest approach is to test in the target editor or environment where you plan to use it.
What are the Unicode and escape values for this symbol?
Unicode code point: U+2064. HTML entity: ⁤. CSS escape: \\2064. JavaScript escape: \\u{2064}.