CcConvertCase

Invisible Text Generator

Copy invisible Unicode characters — zero-width spaces, blank fillers, and hidden characters — for use in Discord, WhatsApp, usernames, social media bios, and anywhere text is accepted.

Zero Width SpaceU+200B

A space character with zero width. Commonly used to allow line breaks without visible space.

Use: Discord usernames, bypassing filters, word breaking

Zero Width Non-JoinerU+200C

Prevents two adjacent characters from joining into a ligature.

Use: Typographic control, Indic scripts, invisible separators

Zero Width JoinerU+200D

Causes adjacent characters to be rendered using their joining form.

Use: Emoji sequences, script rendering, hidden text tricks

Word JoinerU+2060

Prevents line breaks between adjacent characters. Acts like a zero-width non-breaking space.

Use: Prevent line breaks, invisible padding, game names

Hangul FillerU+3164

Appears as a visible blank space but is not a regular space. Widely accepted across many platforms.

Use: Empty usernames, blank Instagram bios, WhatsApp messages

Braille BlankU+2800

The empty Braille pattern. Looks like a blank space but is a distinct Unicode character.

Use: Twitter/X bios, Telegram names, blank messages

Non-Breaking SpaceU+00A0

A space that prevents an automatic line break. Looks identical to a normal space.

Use: HTML, typesetting, preventing text wrap

Ideographic SpaceU+3000

A full-width space used in CJK (Chinese, Japanese, Korean) typography.

Use: Wide blank spaces, usernames, padding text

EXAMPLE USAGE

Username:  "[invisible]YourName[invisible]"

Message:   Send a blank-looking WhatsApp message

Bio:       Empty Instagram bio with invisible characters

About Invisible Text

Invisible text refers to Unicode characters that occupy space in a string but render as nothing visible on screen. These are not regular spaces — they are distinct code points that many platforms treat differently from a standard ASCII space.

Where can I use invisible characters?

  • Discord and Telegram usernames or nicknames
  • Instagram, Twitter/X, and TikTok bios
  • WhatsApp and iMessage blank messages
  • Game names in PUBG, Fortnite, Free Fire
  • Empty lines in Notion, Google Docs, Markdown

Which invisible character should I use?

The Hangul Filler (U+3164) is the most universally accepted across social platforms. The Zero Width Space (U+200B) is best for developer use cases like word breaking and bypassing character filters. Use Braille Blank (U+2800) for Twitter/X and Telegram where other characters may be stripped.

Are invisible characters detectable?

They are visible in source code or when text is selected and inspected, but render as blank to the naked eye. Some platforms automatically strip certain zero-width characters, so try multiple types if one doesn't work.