Invisible Character (⠀)

The blank-looking character behind empty usernames and nicknames — click to copy.

Click to copy — it looks blank, but a real character sits between these buttons · U+2800

At a Glance
PropertyValue
Character⠀ (renders blank)
Unicode code pointU+2800
Unicode nameBRAILLE PATTERN BLANK
Unicode blockBraille Patterns
CategorySpecial character
History & Why It Works

Why This Specific Character Became "The" Invisible Character

U+2800 isn't a whitespace character at all — it comes from Unicode's Braille Patterns block, which encodes all 256 possible combinations of an 8-dot Braille cell. One of those 256 combinations is "no dots raised": the blank pattern. Because it's classified as an ordinary printable symbol rather than whitespace, it behaves completely differently from characters actually designed to be invisible, like the zero-width space.

That distinction is exactly why it became the go-to trick for blank names on Instagram, Discord, and games: most apps trim leading and trailing whitespace and reject a field that ends up empty afterward — a real space, tab, or zero-width space (U+200B) typically gets caught by that check. U+2800 slips through because validation code sees "a character," not "empty space," even though it renders with no visible marks. The technique spread through social-media tips rather than any formal design intent, but it remains reliable specifically because of this Unicode technicality.

Where It Works

Platform Compatibility

PlatformWorks?
Instagram name / bioYes — the most common use case
Discord nicknameYes
WhatsApp status / nameYes
TikTok display nameVaries — some app versions still trim it
Roblox / PlayStation / Xbox usernameNo — usernames are restricted to alphanumeric characters
How to Get It

Copying & Markup

MethodInput
Windows (Word)Type 2800 then press Alt+X
MacNo dedicated combo — copy from this page
HTML entity⠀ (no short named entity)
CSS contentcontent: "\2800"
Don't Confuse It With

Other "Invisible" Characters — and Why the Choice Matters

Zero Width Space (U+200B) — truly zero-width; many validators strip it as whitespace, so it often fails where U+2800 succeeds
Non-Breaking Space (U+00A0) — a true space character; almost always trimmed or rejected outright
Hangul Filler (U+3164) — another popular blank-name alternative that works on some platforms where U+2800 doesn't, and vice versa

Need other invisible or blank characters?

⠀ is one of several zero-width and blank characters in the full invisible character library.

Browse Invisible Characters →
Related Symbols

| Vertical Line

From ASCII divider to Unix "pipe."

° Degree Symbol

Centuries of astronomy, angles, and temperature scales.

All Invisible Characters

Zero-width spaces, fillers, and empty braille.

FAQ

Frequently Asked Questions

It's used to set a blank-looking name, bio, or message on apps that don't allow a genuinely empty field — Instagram display names, Discord nicknames, and game usernames are the most common uses. Pasting it into a name field satisfies the "not empty" requirement while showing nothing visible.

Most apps automatically trim leading/trailing spaces and reject fields left blank after trimming. U+2800 isn't classified as whitespace at all — it's technically the "blank" pattern from the Braille Patterns Unicode block, a real printable symbol that simply happens to render with no visible dots. Validation code that strips actual whitespace or true zero-width characters usually leaves it alone.

There's no simple keyboard shortcut on Windows or Mac — the easiest way is to copy it directly from a reference page like this one, or use the Alt+X hex method in Word (type 2800, then press Alt+X).