BYTETOOLS

Invisible Character Generator

Copy invisible characters — Braille blank, Hangul filler, zero-width space and more — one or many at a time, with notes on where each blank character works.

Generated blank text — 1 × U+2800

CharacterWidthWhere it works
Braille pattern blank
U+2800
Visible widthThe most widely accepted blank — Instagram captions, Discord messages, most games and bios.
Hangul filler
U+3164
Visible widthThe classic choice for blank usernames (Fortnite, Discord, PUBG). Some validators reject it.
Zero-width space
U+200B
Zero widthInvisibly splits words with no visible gap — dodges duplicate-name checks, breaks auto-linking.
Word joiner
U+2060
Zero widthZero-width and non-breaking; survives some filters that strip the zero-width space.
No-break space
U+00A0
Visible widthLooks like a normal space but is not trimmed by many apps; the oldest blank-text trick.
Zero-width no-break space (BOM)
U+FEFF
Zero widthVery sticky in text fields, but shows as  if pasted into legacy systems — use with care.
0
Characters in test box

What is the Invisible Character Generator?

An invisible character is a real Unicode character that renders as blank — like the Braille blank (U+2800), Hangul filler (U+3164) or zero-width space (U+200B). People copy them to send blank messages, create empty usernames and bios, or add spacing where apps strip normal spaces.

  • Six invisible characters: U+2800, U+3164, U+200B, U+2060, U+00A0, U+FEFF
  • Copy one character or generate a run of any length
  • Notes on where each character survives: usernames, bios, captions, chats
  • Test box proves the characters are really on your clipboard
  • Plain Unicode text — works anywhere text can be pasted
  • 100% in-browser, nothing uploaded

How to use the Invisible Character Generator

  1. 1

    Pick an invisible character from the table — the notes tell you where each works best.

  2. 2

    Set how many copies you want, or copy a single character straight from its row.

  3. 3

    Click Copy — the blank text is now on your clipboard.

  4. 4

    Paste it into the username, bio, caption or message where you need blank space.

About the Invisible Character Generator

Invisible Character Generator gives you copy-ready blank Unicode characters: the Braille blank (U+2800), Hangul filler (U+3164), zero-width space (U+200B), word joiner (U+2060), no-break space (U+00A0) and the zero-width no-break space (U+FEFF). Copy a single character or generate a run of any length with one click.

Each character behaves differently: some occupy visible width (good for blank Instagram captions and empty Discord messages), some are zero-width (good for breaking up words without visible gaps or dodging duplicate-name checks). The table notes where each one typically survives — usernames, bios, captions and chat apps.

The generator runs 100% locally in your browser and the characters are plain Unicode text — nothing is uploaded, and no fonts or downloads are involved.

Frequently asked questions

How do I send a blank message?

Copy a visible-width invisible character like the Braille blank (U+2800) or Hangul filler (U+3164) and paste it as your message. The app sees real content, but readers see nothing — plain spaces usually get trimmed, which is why a normal space does not work.

What is the invisible character for a blank Fortnite or Discord name?

The Hangul filler (U+3164) is the classic choice for blank usernames because many games and apps accept it where spaces are rejected. Acceptance varies by platform and can change, so if one character is refused, try the Braille blank instead.

What is the difference between a zero-width space and a Braille blank?

A zero-width space (U+200B) has no width at all — it invisibly splits text without adding a gap. The Braille blank (U+2800) occupies normal character width, so it looks like a space that platforms will not strip. Pick zero-width to hide a break, visible-width to show blank space.

Why does the pasted text look empty but have a length?

Because invisible characters are real characters — a run of ten of them has length ten even though nothing is visible. The test box on this page shows the count so you can confirm the copy worked.

Can invisible characters cause problems?

They can. Zero-width characters inside copied code, spreadsheet data or form fields can break exact matching and validation in confusing ways. Use our clean-invisible-characters tool to strip them back out of any text.

Guides for Invisible Character Generator

Related tools