CodepointLast updated: 2026-06-18

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.

Invisible

Zero Width Space

200BGeneral Punctuation

Character Specifications

Unicode NameZero Width Space
Hex Code200B
Decimal Entity​
UTF-8 Encoded HexE2 80 8B
Unicode BlockGeneral Punctuation

Platform Compatibility

PlatformStatus
Windows / BrowsersSupported
macOS / SafariSupported
iOS / SafariSupported
Android / ChromeSupported
WhatsAppSupported
Discord / GamesSupported

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 NameValue
Unicode NameZero Width Space
Hex CodeU+200B
Decimal Entity​
UTF-8 BytesE2 80 8B
Unicode BlockGeneral 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&#8203;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.

Frequently Asked Questions