Zero Width Space

U+200B

Quick Reference
Unicode
U+200B
HTML Numeric
​
CSS
\200B
JavaScript
\u200B
Insert Zero Width Space in Word, Excel & Google Docs
ApplicationHow to insert Zero Width Space
Microsoft WordType 200B, then press Alt+X
Excel / Google SheetsUse the formula =UNICHAR(8203)
Google DocsInsert → Special characters, then search "zero width space"
HTML​
CSS (content property)content: "\200B"
JavaScript"\u200B"
About Zero Width Space

The zero-width space is an invisible character that marks a potential line-break point without displaying anything at all — shown here with the placeholder ∅. It is a frequent source of hidden-character bugs.

Usage

Legitimately used to allow line breaks inside long unbroken strings. Also abused for invisible watermarking and to defeat text filters. Detect and remove it with our invisible character detector.

Related Symbols