What Is an Invisible Space?
An invisible space is a Unicode character that creates a blank area without showing any visible content. Your keyboard spacebar only produces one type of space (U+0020), but Unicode defines over 10 different space characters, each with unique width and behavior.
Types of Invisible Spaces
Zero-Width Spaces
Zero Width Space (U+200B) creates no visible gap at all. It is truly invisible — perfect for blank messages and empty text fields.
Narrow Spaces
Thin Space (U+2009) and Hair Space (U+200A) produce very small gaps. They are used in professional typography for subtle spacing adjustments.
Standard Spaces
No-Break Space works like a normal space but prevents the line from breaking at that point. Useful for keeping words together.
Wide Spaces
En Space and Em Space create noticeably wider gaps. Ideographic Space is the widest, designed for full-width CJK text.
How to Copy
Click Copy on any space character card above. Each is a unique Unicode character with different behavior than your regular spacebar space.
Common Uses
- ✦ Social media bios — clean line breaks and formatting
- ✦ Messaging apps — blank messages on WhatsApp, Discord, Telegram
- ✦ Gaming — invisible usernames
- ✦ Web design — precise spacing control in HTML