Unicode Character “ ” (U+0020)
Space — Standard ASCII whitespace produced by the keyboard spacebar
Technical Specifications for Space (U+0020)
Complete official Unicode Standard metadata and binary encodings.
| Name: | Space |
|---|---|
| Unicode Version: | 1.1 (June 1993) |
| Block: | Basic Latin (U+0000 - U+007F) |
| Plane: | Basic Multilingual Plane (Plane 0, U+0000 - U+FFFF) |
| Script: | Common (Zyyy) |
| Category: | Space Separator (Zs) |
| Bidirectional Class: | White Space (WS) |
| Combining Class: | Not Reordered (0) |
| Character is Mirrored: | No |
| HTML Entities: | |
| UTF-8 Encoding: | 0x20 |
| UTF-16 Encoding: | 0x0020 |
| UTF-32 Encoding: | 0x00000020 |
| Decomposition: | None |
App & Gaming Compatibility Matrix
Verified behavior for Space across popular multiplayer games and social platforms.
Standard spacebar character. Note: stripped by games if used alone as username
Generate & Test Space (U+0020)
Generate multiple copies or paste and inspect your clipboard content live.
Generate Multiple Copies
Generate between 1 and 1,000 blank Space characters:
Live Test & Verify
Paste your copied empty character to test its presence and length:
About Space (U+0020)
The standard Space (U+0020) is the most fundamental whitespace character in modern computing, generated by pressing the spacebar. Most database validations and game engines strip standalone U+0020 characters to prevent blank inputs.
How to Use U+0020 in Games & Social Apps
- Step 1: Click the Copy Character button above to copy the blank Space symbol.
- Step 2: Open your target app (Free Fire, Discord, WhatsApp, Roblox, Instagram).
- Step 3: Paste the copied character into your username field, bio, or message text box.
- Step 4: Save or send. The platform will treat the character as valid text without displaying any visible letters!
Frequently Asked Questions
Common questions about Space (U+0020).
Why can't I use a regular space for an invisible gaming name?
Almost all games have input sanitizers that call `.trim()` on the input string, which deletes leading, trailing, or solitary standard ASCII spaces (U+0020). Characters like U+3164 bypass this restriction.