How to Create Invisible Text
Invisible text is text made of characters that exist but display nothing, so a name or a line looks empty. There are five ways to make one and only one of them works everywhere — this page covers all five, which to pick, and the three reasons a blank name stops working after you save it.
There are five ways to get an invisible character. Only one of them works everywhere. The other four are worth knowing for when you are not in a browser.
Making one is the easy part. The hard part is picking the right one, because they behave completely differently once a website saves them. That is where nearly everyone comes unstuck.
The five methods
- Copy one from a generator. Open the invisible text generator, press Copy, paste it where you need it. This is the only method that works on a phone, and the only one where you can see what you are getting before you use it.
- Type the code in Microsoft Word. Type
3164and then press Alt and X together. Word turns the four characters you just typed into the character they name. This works in Word and in a few other editors, and nowhere else. - Hold Alt and type 0160 on Windows. You need the number keypad on the right of a full keyboard, not the row of numbers above the letters. This gives you a no-break space. It is easy to remember and it is the weakest of the five — see the warning below.
- Use the character viewer. On Windows, open
charmap. On a Mac, press Control, Command and Space. Search for the character by name, then copy it. - Write the code — only if you build websites or write software. In a web page,
ㅤproduces one. In almost any programming language,"\u3164"does the same inside a piece of text.
Method 3 is a trap, and it is the one most guides recommend. Alt and 0160 gives you a no-break space. It is still a space, and almost every website removes spaces from the beginning and the end of what you type before it saves. That is why a blank name made this way looks fine while you are typing it and comes back empty after you press Save.
Which character to use
“Invisible character” is not one thing. There are about a dozen, and the difference between them only shows up when a website saves your text.
Three of them cover almost every real use:
- Hangul Filler is the general answer. The computer files it as a letter, not as blank space, so fields that refuse an empty value still accept it. Use it for usernames, display names and bios.
- The Braille blank is the one to reach for when the first is rejected. It is filed as a symbol, which slips past a different set of rules. It is what makes an apparently empty WhatsApp message send.
- The zero-width space takes up no room at all. It is the one for pushing two things together or breaking up a word without a visible gap. It is not a good choice for a blank name, because it has no width to fill one.
The full list, with what each one is for, is on the types of invisible characters page.
The three ways it goes wrong
Every failure people write in about is one of these three, and none of them is visible while it happens.
- It was trimmed. The field removed the blank space at the start and the end before saving. This is the most common one by a long way, and it is why a name made only of spaces never survives.
- It was rewritten. The site swapped your character for a plainer one. Hangul Filler is the usual casualty: it does not disappear, it quietly becomes a different character, and the difference matters if you paste it somewhere strict later.
- It was rejected outright. Some fields only accept ordinary letters and digits. Discord’s unique @username and Minecraft names both work this way, and nothing invisible will ever go into one of them.
You do not have to guess which of the three happened. Paste the name into the survival checker and it runs all three against your own text and tells you which one is eating it.
Before you use it somewhere that matters
Some places charge for a name change, or only let you do it once every few months. Test first:
- Paste it into a throwaway field — a message to yourself, a search box, a notes app.
- Save, then reload the page and look at it as other people will see it.
- If it survived there, it will almost certainly survive in the real field.
Common questions
Can I make an invisible character on my phone?
Only by copying one. Phone keyboards give you no way to type a character by its number, so the generator is the method. Copy it, then paste it straight into the app you need it in — do not paste it into a notes app first and copy it again, because some notes apps clean it up on the way through.
Why does my invisible character work in one app and not another?
Because the apps apply different rules to what you type. One trims the ends, one rewrites unusual characters, one only allows letters and digits. The character is the same; the rule it hits is different. The survival checker shows you which rule your text is failing.
Is a blank space the same as an invisible character?
No, and the difference is the whole problem. A blank space is whitespace, and websites strip whitespace routinely. A proper invisible character is filed by the computer as a letter or a symbol, so the same stripping rules walk straight past it.
How many should I use?
One, unless a field has a minimum length. Some games insist on three characters or more, so you need three. Sending more than you need makes the text easier to spot and easier to strip.
Can someone tell I used one?
Yes, if they look. Any decent detector finds them, including the one on this site. Assume anything you post publicly can be inspected, and do not use invisible characters to hide anything you would not be comfortable having found.