Name generator

Invisible Name Generator

A blank name generator with the field limit built in. Build it, check it against the real cap of the field you are pasting into, and copy. Blank name copy and paste for games, social profiles and chat apps.

Character
Check against a field limit

1 char · 3 bytes

What an invisible name generator does

It builds a name out of characters that render as nothing but still count as text. The field sees content and stores it; the screen shows an empty space where your name should be.

Why the field limit matters more than the character

Most failed blank names fail on length, not on the character. Every invisible character counts as one against the cap, and the caps are smaller than people expect.

BGMI allows 14 characters and PUBG Mobile allows 20 for the same kind of field. Fortnite allows 16. A 20-character blank name that saved on PUBG is rejected by BGMI, and the error says nothing useful about why.

The generator above carries those caps. Pick the destination and it warns before you copy something the field will refuse.

When to stack two or three characters

Stack when a single character is accepted by the form and dropped on save. Some validators measure content length rather than emptiness, and one character reads as too close to empty.

Mobile Legends commonly needs two to four. WhatsApp occasionally refuses one and accepts two. Increasing the count is the first thing to try, before changing character.

Which character to generate

U+3164 Hangul Filler for name fields, U+2800 Braille Pattern Blank as the fallback. Both have the Unicode property White_Space=No, sotrim() does not remove them and the regex class \s does not match them.

The spacebar produces U+0020, whose White_Space value is Yes. That is the whole reason a name typed with spaces looks right in the editor and reverts on save. Full property data for all 29 characters is on the Unicode invisible characters table.

Where to paste it

Each platform validates its name field differently, so the working character and the cap both change. Pick your destination for the exact steps and limit.

  • Gaming — in-game names across 9 platforms, with rename costs
  • Social media — display names across 10 apps
  • Messaging — display names and nicknames across 5 apps

Semi visible names and invisible name ideas

A semi visible name keeps one or two visible characters and pads the rest. It passes validators that reject a fully blank name, which makes it the fallback when a blank one will not save.

Three arrangements cover most uses. Leading padding pushes a short name toward the centre of the field. Trailing padding leaves it left-aligned with space after. Interior padding separates two visible characters by a measured gap.

One accessibility note applies to all of them. Screen readers announce nothing for an invisible character, so a fully blank name is read as unnamed by NVDA, JAWS and VoiceOver. A semi visible name keeps the announcement.

Frequently asked questions

01

What is an invisible name generator?

An invisible name generator builds a string from Unicode characters that render as nothing. The tool above does it with a field limit attached, so a blank username you copy is one the destination will actually accept rather than reject for length.

02

How do I get a blank name to copy and paste?

Set the character count above and press Copy. Blank name copy paste works because the character is real data — it satisfies the check that rejects an empty field while showing nothing on screen.

03

Why does one invisible character sometimes fail?

Some fields require more than one. Stack two or three characters when a single one is rejected — a longer run passes validators that measure content length rather than emptiness. Mobile Legends and WhatsApp both behave this way.

04

Which character should an invisible username use?

U+3164 Hangul Filler in most name fields, because Unicode classifies it as a letter and name validators commonly allow letters. U+2800 Braille Pattern Blank is the fallback where Hangul is rejected.

05

Can I make a no name username or handle?

No. A no name generator changes the display name, never the handle. Every platform requires visible characters in the @username or login name, because it routes mentions and forms your profile URL.

06

Is there an invisible letter generator or a no name font?

No — there is no no name font, and an invisible letter generator is the same tool under a different label. The effect comes from the codepoint, not the typeface. Nothing converts existing letters into invisible ones; you replace the text rather than restyle it.

07

How do I copy and paste an invisible name?

Set the count above and press Copy. Copy and paste blank name, copy and paste invisible name and clear name copy and paste all describe one action — the character goes to your clipboard and you paste it into a cleared field.

08

What is invisible name symbol text?

Invisible name symbol text means the same Unicode characters used here — U+3164 and U+2800 are a letter and a symbol respectively, which is exactly why they pass name validators that reject punctuation and spaces.

09

What is a semi visible name?

A semi visible name pads one or two visible characters with invisible ones. It survives validators that reject a fully blank name, and it keeps a screen-reader announcement that a blank name loses.

10

Do invisible names work for games?

Yes, on most. A blank name for games works wherever the in-game name is validated by the publisher rather than by a console account. Console IDs on PlayStation and Xbox reject every invisible character.

11

Is a ghost name copy paste safe to use?

Yes. The characters are standard Unicode, not a mod or an exploit. Impersonating another player is what platform rules prohibit, not the codepoints in your name.

Written by , developer and writer.

Last reviewed