A nickname space style puts a blank-looking character inside or around a name — between two words, between letters, or as the whole name, in a Free Fire player name, an Instagram bio or any profile. Ordinary spaces are often deleted when a name is saved, so space styles use other Unicode characters that look empty but are not treated as spaces.
Copy a blank space for a name
Each button copies only blank characters, so the chip itself looks empty apart from its label. The braille blank is the most robust choice in our test below; the Hangul filler is the classic “invisible name” character but is blocked in some games.
Names with a space built in
These use the braille blank (U+2800) between the styled name and its symbol, or between letters. Replace the name with yours in the styler above and paste the blank where you want the gap.
Which blank characters survive saving (tested 09/2026)
A blank survives when the app neither trims it as whitespace nor normalizes it into a normal space. Apps do not publish their name filters, so we tested the two things most forms do: trimming the ends of the text (JavaScript trim() in Node 22, Python strip(), PHP trim()) and Unicode NFKC normalization (ICU 73.2), with each character placed at the end of a name on 13 September 2026.

| Character | Code point | Unicode type | Whitespace | Default ignorable | After NFKC | JS trim() | Python strip() | PHP trim() |
|---|---|---|---|---|---|---|---|---|
| Space | U+0020 | Space separator | Yes | No | Unchanged | Removed | Removed | Removed |
| No-break space | U+00A0 | Space separator | Yes | No | U+0020 | Removed | Removed | Kept |
| En space | U+2002 | Space separator | Yes | No | U+0020 | Removed | Removed | Kept |
| Ideographic space | U+3000 | Space separator | Yes | No | U+0020 | Removed | Removed | Kept |
| Hangul filler | U+3164 | Letter | No | Yes | U+1160 | Kept | Kept | Kept |
| Halfwidth Hangul filler | U+FFA0 | Letter | No | Yes | U+1160 | Kept | Kept | Kept |
| Hangul choseong filler | U+115F | Letter | No | Yes | Unchanged | Kept | Kept | Kept |
| Braille pattern blank | U+2800 | Symbol | No | No | Unchanged | Kept | Kept | Kept |
| Zero width space | U+200B | Format (invisible) | No | Yes | Unchanged | Kept | Kept | Kept |
| Word joiner | U+2060 | Format (invisible) | No | Yes | Unchanged | Kept | Kept | Kept |
| Zero width no-break space | U+FEFF | Format (invisible) | No | Yes | Unchanged | Removed | Kept | Kept |
Three results matter for names. Every true space, including the no-break space and the wide ideographic space, is removed by JavaScript and Python trims and becomes a normal space under NFKC. The Hangul fillers are letters, not spaces, so no trim removes them — but they are “default ignorable”, which means some apps draw them with no width at all. The braille pattern blank is a symbol that is neither whitespace nor ignorable, which is why it keeps both its place and its width.
Spaces, filler letters and blank symbols explained

- Space separators (U+0020, U+00A0, U+2002, U+3000) are real spaces. Use them only in the middle of a name, never at the start or end.
- Filler letters (U+3164, U+FFA0, U+115F) come from Korean Hangul, where they stand in for a missing part of a syllable. Software treats them as letters, which is how they became the standard “invisible name” trick.
- Blank symbols (U+2800) come from the Braille Patterns block: a braille cell with no raised dots. It is a visible-width symbol that happens to show nothing.
- Zero-width characters (U+200B, U+2060, U+FEFF) take no space at all. They cannot create a gap you can see and are often stripped as invisible formatting.
These characters are part of the wider symbol toolkit; decorations that sit next to a blank, like ♡ or 亗, are collected in the nickname symbols guide.
Name space by platform: what we can confirm
| Platform | What works | What to avoid | Source |
|---|---|---|---|
| Free Fire (name) | No-break space U+00A0 as a blank | Hangul filler U+3164, blocked since the OB43 update | Editorial notes, August 2026 — details in the Free Fire name space guide |
| Instagram (bio) | One invisible character on an empty line to keep a blank line | Leaving the line truly empty | Our Instagram bio spacing guide, September 2026 |
| Other apps and games | Test U+2800 first, then U+3164 | Names made only of zero-width characters | Not tested per app — check the preview before saving |
Free Fire shows why a platform result always wins over a lab test: the game blocks the Hangul filler even though no trim removes it. Games add their own character filters on top of normal text handling.
Making a fully invisible name
- Copy “Braille blank ×3” or “Hangul filler ×3” from the buttons above — many name boxes need a minimum number of characters, so a single blank is often refused.
- Paste it into the name field and delete anything else.
- Check the preview. If the app says the name is empty or invalid, switch to the other blank character.
A blank name makes you hard to find and mention, and some platforms refuse it outright, so check the app’s own name rules before you rely on it. Why the same normalization turns bold letters back into plain ones is covered on the NickStyler guide to blank and spacing characters.
Symbols, emoji and dividers to use with a space
Small marks to put beside a blank
One mark next to a blank keeps the gap visible and the name tidy.
Emoji to pair with a spaced name
Single emoji cost two units each, so use one beside a blank rather than several.
Kaomoji for a spaced bio line
Faces are too long for most name boxes; put them on their own bio line with a blank before them.
Bio dividers
Lines that separate bio sections; an empty line under one needs a blank character to stay.
Nickname space style FAQ
How do I put a space in my FF nickname?
Use the no-break space U+00A0 between the two parts of the name; our August 2026 notes record it working in Free Fire, while U+3164 has been blocked since OB43.
What are some cute space nicknames?
Put a soft symbol on each side with a blank in between, like ♡⠀ᴘʀɪʏᴀ⠀♡, or space out short letters, like ᴀ⠀ᴍ⠀ᴀ⠀ɴ. The “Names with a space built in” list above has more to copy.
Why did my space disappear after saving?
It was a real space character at the start or end of the name, and the app trimmed it. Move it to the middle, or use the braille blank, which no trim in our test removed.
Is the Hangul filler safe to use?
It is an ordinary Unicode character, but some games block it and some apps draw it with no width.
Free Fire is a trademark of Garena and Instagram of Meta Platforms, Inc.; NickStyler is not affiliated with either. Written by the NickStyler Editorial Team; tests dated 13 September 2026. Last updated: 28 September 2026.
Build your own version
Type your name or a word you like, pick a style and copy it straight into the game or app.
✨ Open the generatorWas this article helpful?
Your answer tells us what to improve next.
What should we improve?
Thanks — your feedback has been recorded. ✅
