Invisible Character

Copy a blank character that isn’t a space.

Eight Unicode characters that render as nothing but are treated as real text by most systems. Useful for empty messages, bio spacing, and bypassing "this field is required" validation on platforms that reject plain spaces.

Ad Placeholder — Banner A

Copy invisible characters

Ad Placeholder — Banner B
Ad Placeholder — Banner C

Not spaces, but still text.

Most platforms require your name or message to contain text. If you paste a regular space (the one from your spacebar), the platform often strips it — "the name field can’t be empty."

Unicode invisible characters get around this because they’re classified as text, not whitespace. The platform’s validator sees "there’s content here" and accepts the submission. Your keyboard or screen sees nothing.

These aren’t hacks or glitches. They’re legitimate Unicode characters with real purposes — the Hangul Filler (U+3164) is a placeholder for Korean syllable blocks, the Braille Blank (U+2800) is a braille cell with no dots raised. Systems treat them as text because they are text. The fact that they look empty is a quirk of how fonts render them.

Legitimate uses for empty-looking text.

Invisible characters solve specific problems:

  • Blank WhatsApp or Telegram messages. Sending a message with nothing visible — sometimes useful for a quiet notification or a reply where silence is the point.
  • Instagram bio line breaks. Instagram’s bio editor sometimes collapses multiple blank lines into one. An invisible character on an otherwise empty line preserves the spacing.
  • Gaming name tags. Some games require a name but let you submit one that looks empty — useful when you want a character display without a visible tag over them.
  • Bypassing "field required" validation. Forms that demand content without specifying the content must be visible will accept these characters.
  • Spacing in usernames. Platforms that allow Unicode but reject spaces will often accept the Hangul Filler in its place, letting you create multi-word usernames.

Where they don’t belong: any context where hiding your identity harms someone else. Impersonation, evading platform bans, or making reports appear empty are not use cases this page supports.

Platform behavior varies.

Platforms handle invisible characters differently, and their treatment changes over time as moderation systems adapt. General patterns as of 2026:

Works reliably

WhatsApp, Telegram, Discord, Signal, most messaging apps, and older social platforms accept most invisible characters without issue. The Hangul Filler (U+3164) is the single most compatible option.

Filters some characters

Instagram, TikTok, and Twitter/X have started filtering certain invisible characters from usernames (though still accept them in bios and posts). The Braille Blank (U+2800) often slips through where Hangul Filler doesn’t.

Active stripping

Facebook, LinkedIn, and most professional platforms strip most invisible characters on submit. They require visible text.

Gaming platforms vary widely — if one invisible character doesn’t work, try another from the list above.

Frequently Asked Questions

What’s the difference between a space and an invisible character?

A space (U+0020) is classified by Unicode as White_Space. Most form validators are coded to reject input that’s only whitespace — so a field containing nothing but spaces is treated as empty.

Invisible characters like Hangul Filler (U+3164) are classified as letters, formatting characters, or other non-whitespace categories. The validator treats them as valid content, even though they render as nothing.

Is it against platform rules to use invisible characters?

Usually not, but it depends on how you use them. Most platforms don’t ban invisible characters themselves — they ban the outcomes of using them deceptively. An empty-looking bio is fine. Impersonating a verified account by making your name look identical to theirs is not.

Check your platform’s terms of service if you’re unsure. The characters on this page are standard Unicode and their existence is legitimate.

Why do some invisible characters work in WhatsApp but not Instagram?

Each platform decides how to handle Unicode independently. WhatsApp preserves most Unicode input because it treats messages as plain text. Instagram runs additional validation on usernames and bios — partly to prevent impersonation, partly for search and display reasons.

When one character fails, try another from the list above. They’re all technically different characters, and platforms filter them individually.

Can I use invisible characters in passwords?

Technically yes, but don’t. Most login systems normalize input before comparing passwords, which means your invisible-character password might work on one login attempt and fail on another depending on how the input is processed. Some systems strip invisible characters entirely at account creation, so your password becomes different from what you typed.

Use a real password manager instead.

Do search engines index invisible characters?

Mostly no. Google and other major search engines normalize Unicode and strip most invisible characters during indexing. Content that relies on invisible characters for meaning is essentially invisible to search.

Are invisible characters the same as zero-width characters?

Overlapping, not identical. Zero-width characters (like U+200B) have literally no width — they take up zero pixels. Some invisible characters (like Hangul Filler) have normal width but are drawn as blank, so they do take up space when selected or measured. Both render as invisible in most contexts, but they behave differently in text editors and form measurements.