Invisible Character
Copy a blank that is not empty.
An invisible character is a blank that still counts as text: it renders as empty space but is a real Unicode character. That lets you do things a plain space cannot, like a blank username, a caption or message on an app that requires text, or forcing extra spacing where normal spaces get trimmed. Click any character on the right to copy it.
Reference
Each of these renders blank but is a real, copyable character:
| Name | Codepoint | Description |
|---|---|---|
| Braille Pattern Blank | U+2800 | A blank Braille cell. Renders as empty space and is widely accepted in usernames, captions, and bios. |
| Zero Width Space | U+200B | Takes up no width at all. Useful for nudging line wraps or splitting text that an app would otherwise join. |
| Hangul Filler | U+3164 | A Korean filler that shows as a normal blank and counts as text, so a field that requires input accepts it. |
| Zero Width Joiner | U+200D | Invisible on its own. Counts as a character, handy for making a field look empty while it is not. |