All posts

Invisible Text: How It Works, Where It Works, Where It Doesn't

Which Unicode characters render as blank space, which platforms strip them, and why your blank WhatsApp message sometimes refuses to send.

June 26, 2026 5 min read

Sending a "blank" message, posting an empty bio, or hiding a username — all of these rely on Unicode characters that render as nothing visible but are technically real characters. Here's which ones to use, and where they actually work.

How Invisible Characters Work

Most platforms treat normal whitespace (space, tab, newline) as "empty" and refuse to submit it. Unicode includes several characters that render as blank space but are not classified as whitespace, so they slip through the validation.

The Three Characters You'll Actually Use

  • U+2800 Braille Pattern Blank — the most reliable. Treated as a printable character almost everywhere. Best for WhatsApp, Free Fire names, Instagram bios.
  • U+200B Zero-Width Space — has zero width, so combining it with another character makes that character look "alone". Good for splitting words across grapheme boundaries.
  • U+3164 Hangul Filler — renders as blank on most fonts, accepted as a printable character by Korean-aware systems. Common workaround when U+2800 gets stripped.

Where They Work

  • WhatsApp — U+2800 works in messages and status. U+200B alone is usually stripped.
  • Instagram — U+2800 works in bio, captions and comments.
  • TikTok — U+3164 works in usernames and captions where U+2800 fails.
  • Free Fire / PUBG — U+3164 is the standard for blank nicknames.
  • Discord — U+2800 works in messages but is blocked in usernames.
  • Twitter/X — actively strips most invisible characters from tweets.

Limits & Cautions

  • Many platforms cap the count of invisible characters per submission. Don't try to send a 1,000-character blank message.
  • Search and copy-paste reveal them — they are not actually hidden, just visually empty.
  • Spam filters increasingly flag long runs of U+200B as suspicious. Keep usage minimal.
  • Never use them to hide passwords, secrets, or "encode" sensitive text.

Frequently Asked Questions

Related reads