Zero Width Space (U+200B) Unicode Character
The Zero Width Space (U+200B) is a non-printing character used in computerized typesetting to indicate word boundaries without displaying a visible space.
Zero Width Space
200B • General PunctuationCharacter Specifications
| Unicode Name | Zero Width Space |
| Hex Code | 200B |
| Decimal Entity | ​ |
| UTF-8 Encoded Hex | E2 80 8B |
| Unicode Block | General Punctuation |
Platform Compatibility
| Platform | Status |
|---|---|
| Windows / Browsers | Supported |
| macOS / Safari | Supported |
| iOS / Safari | Supported |
| Android / Chrome | Supported |
| Supported | |
| Discord / Games | Supported |
What Is the Zero-Width Space (U+200B)?
The Zero-Width Space (U+200B) is a non-printing character used in computerized typesetting. It does not display a visible glyph and has exactly zero horizontal width. It is primarily used to suggest line break opportunities within long words, preventing text container overflows on narrow mobile screens.
You can copy the character using our u200b-zero-width-space tool and read about its technical implementations below.
Technical Specifications for U+200B
| Spec Name | Value |
|---|---|
| Unicode Name | Zero Width Space |
| Hex Code | U+200B |
| Decimal Entity | ​ |
| UTF-8 Bytes | E2 80 8B |
| Unicode Block | General Punctuation |
How the Zero-Width Space is Used in Web Design
In web layouts, long URLs or words can overflow their parent containers, breaking mobile responsive grids. By placing a zero-width space inside a long string, the browser knows it can break the line at that point if necessary.
Example Implementation in HTML
<!-- Browser can break line between words if container is too narrow -->
<p>Supercalifragilistic​expialidocious</p>Using U+200B ensures the text displays correctly without inserting visible hyphens or dashes.
Bypassing Form Validations and Chat Trimming
Because U+200B is a valid character, pasting it into a mandatory input field can bypass empty field checks. In messaging apps like WhatsApp, sending a zero-width space allows you to send an empty message bubble.
To scan and remove zero-width spaces from text, paste your string into our invisible character detector. If you need to generate other blank characters, visit our blank space copy paste page.
