U+2800 (Braille Blank) Complete Guide: Copy, Paste & Best Use Cases
Everything you need to know about Braille Blank (U+2800) — the invisible character that works best for gaming platforms like Roblox. Learn what it is, how to use it, and when to choose it over other invisible characters.
Braille Blank (U+2800) is the invisible character with the highest success rate on gaming platforms, especially Roblox. It comes from the Braille Unicode block — a completely different area of Unicode than where most invisible characters live — which makes it less likely to be caught by platform filters.
This guide covers everything: what Braille Blank is, how it works technically, where it works best, and how to copy and use it.
What Is Braille Blank (U+2800)?
Braille Blank is a Unicode character representing a Braille pattern with no raised dots — essentially a "blank" cell in the Braille tactile writing system. In digital contexts, it renders as a character with visible width but no visible content.
Key Properties
| Property | Value |
|---|---|
| Unicode code point | U+2800 |
| Unicode name | BRAILLE PATTERN BLANK |
| Unicode block | Braille Patterns |
| UTF-8 encoding | E2 A0 80 (3 bytes) |
| UTF-16 encoding | 2800 (2 bytes) |
| HTML entity | ⠀ or ⠀ |
| CSS content | \2800 |
| JavaScript | \u2800 |
| Visual width | Full character width |
| Visibility | Invisible (renders as blank space) |
How Braille Blank Is Different From Other Invisible Characters
Braille Blank's unique origin gives it special advantages:
| Feature | Zero-Width Space (U+200B) | Hangul Filler (U+3164) | Braille Blank (U+2800) |
|---|---|---|---|
| Width | Zero (no space) | Full character width | Full character width |
| Origin | General Punctuation | Korean writing system | Braille alphabet |
| Platform filtering | High (commonly targeted) | Low | Very low |
| Roblox compatibility | ❌ Filtered | ⚠️ Sometimes filtered | ✅ Best option |
| Discord compatibility | Good | Excellent | Excellent |
| Font support | Universal | Very high | High |
Why Braille Blank is special: Gaming platforms that filter both Zero-Width Space and Hangul Filler often still allow Braille Blank because it comes from the Braille Unicode block, which is rarely associated with "invisible character abuse."
Where Braille Blank Works Best
1. Gaming Platforms ⭐ Top Use Case
Braille Blank has the highest success rate for blank usernames on gaming platforms:
Roblox: Best invisible character for Roblox display names. Roblox filters most other invisible characters, but U+2800 consistently works.
PUBG Mobile: Works for in-game names.
Free Fire: Accepted for usernames.
Minecraft: Works on many servers (though server-specific filters may vary).
Steam: Profile names work well.
2. Discord Display Names and Nicknames
Braille Blank works excellently on Discord, though Hangul Filler is slightly more popular. Both are reliable choices.
How to use:
- Copy Braille Blank from our tool
- Open Discord → Edit Profile → Display Name
- Clear the field and paste
- Save
3. Twitter / X Profile Names
Twitter/X accepts Braille Blank for profile display names. Your @username stays the same, but your display name appears blank.
4. WhatsApp Messages
Braille Blank works for blank WhatsApp messages, though Zero-Width Space is slightly more compatible.
Platform Compatibility Table
| Platform | Braille Blank Support | Notes |
|---|---|---|
| Roblox | ✅ Excellent | Best choice for Roblox |
| Discord (display name) | ✅ Excellent | Very reliable |
| Discord (nickname) | ✅ Excellent | Highly reliable |
| PUBG Mobile | ✅ Excellent | Works for usernames |
| Free Fire | ✅ Excellent | Works for usernames |
| Minecraft | ✅ Good | Server-dependent |
| Steam | ✅ Excellent | Profile names work well |
| ✅ Good | Works, but Zero-Width Space better | |
| Instagram bio | ⚠️ Limited | Sometimes shows as small box |
| Twitter / X | ✅ Excellent | Great for profile names |
| TikTok | ✅ Good | Bio spacing works |
| ✅ Good | Generally accepted | |
| Telegram | ✅ Excellent | Works for names and messages |
How to Copy Braille Blank
Method 1: Use Our Tool (Fastest)
Go to the Braille Blank page and click Copy. The character is now in your clipboard.
Method 2: Copy From This Page
Select and copy this character: ⠀
(There's an invisible Braille Blank between the colons above)
Method 3: Type It Manually (Advanced)
On Windows:
- Hold Alt and type
10240on the numpad - Release Alt
On Mac:
- Open Character Viewer (Ctrl + Cmd + Space)
- Search for "Braille Pattern Blank"
- Double-click to insert
In HTML:
⠀ or ⠀
In JavaScript:
const brailleBlank = '\u2800';
Common Issues and Fixes
"Roblox won't accept my name with Braille Blank"
This is rare, but if it happens:
- Make sure you copied the correct character (U+2800, not a regular space)
- Try pasting 2-3 Braille Blank characters instead of one
- Check if Roblox recently updated its filters — if so, try Hangul Filler
- Some Roblox account types (new accounts, accounts with restrictions) may have stricter validation
"I see a small box instead of blank space"
This usually happens on devices with limited Unicode font support. The box is a "missing glyph" placeholder. Most modern devices (iOS, Android, Windows 10+, macOS) render Braille Blank correctly, but older systems may show a box.
Fix: There's no fix on your end — it's a font rendering issue on the viewer's device. Most users won't see the box.
"Discord shows a box on some devices but not others"
This is a font rendering inconsistency. Discord uses system fonts, and older operating systems may not have full Braille Unicode support. The name will appear blank on most devices.
"It worked before but stopped working"
Platforms occasionally update their validation. If Braille Blank stops working:
- Try Hangul Filler (U+3164) as an alternative
- Try Zero-Width Space (U+200B)
- Check our character comparison guide for the latest compatibility notes
Why Braille Blank Works on Roblox
Roblox has aggressive filters for invisible characters because blank usernames can be used to impersonate other players or confuse moderation systems. Roblox specifically filters:
- Zero-Width Space (U+200B)
- Zero-Width Non-Joiner (U+200C)
- Zero-Width Joiner (U+200D)
- Many other common invisible characters
But Braille Blank (U+2800) comes from a completely different Unicode block — the Braille Patterns block (U+2800 to U+28FF). Roblox's filters don't target this block as aggressively, making U+2800 the most reliable option.
Important: Roblox may update its filters at any time. As of February 2026, Braille Blank works consistently.
Technical Details: How Braille Blank Is Rendered
Braille Blank is part of the Braille Patterns Unicode block, which contains 256 characters representing all possible combinations of 8-dot Braille cells. U+2800 is the pattern with no dots raised — a blank cell.
In Braille notation: ⠀ (no dots)
In digital rendering: The character occupies the width of a standard Braille character but displays no visible content.
In text processing: It counts as a character in string length, passes non-empty validation, and is not trimmed by standard whitespace removal functions.
Braille Blank vs. Other Invisible Characters: When to Use Which
| Use Case | Best Character | Why |
|---|---|---|
| Roblox username | Braille Blank | Highest success rate |
| Discord name | Hangul Filler or Braille Blank | Both excellent |
| WhatsApp message | Zero-Width Space | Slightly better compatibility |
| Instagram bio | Zero-Width Space | More consistent rendering |
| Gaming platforms | Braille Blank | Less likely to be filtered |
| Twitter/X name | Hangul Filler or Braille Blank | Both work well |
Frequently Asked Questions
Is using Braille Blank against platform rules?
No, you're using a valid Unicode character. Platforms may choose to filter it in the future, but as of 2026, it's not against terms of service on most platforms.
Can I use Braille Blank in my real name on official documents?
No — invisible characters are for digital platforms only. Official documents require visible, readable names.
Does Braille Blank work on mobile?
Yes, it works identically on iOS and Android. Copy from our mobile-optimized tool and paste into any app.
Will Braille Blank always work on Roblox?
Platforms update their filters regularly. Braille Blank works as of February 2026, but Roblox may filter it in future updates. We update our compatibility notes regularly.
Can I combine Braille Blank with other characters?
Yes, you can mix Braille Blank with visible characters to create unique spacing effects or partially blank names.
Ready to try Braille Blank? Copy it from our Braille Blank tool page in one click.