Zero Width Space
U+200B- Behavior
- Zero-width
- Use
- Adds a real Unicode character without creating visible horizontal width.
- Note
- Good for testing, but some fields trim or normalize it.
Field presence check
Copy one character, transfer it to the Test Box, and confirm that the field can look empty while still containing Unicode text.
The field can look blank while the count confirms underlying content exists.
U+200BU+3164U+FEFFU+00A0An empty character is a real Unicode character that can make a text field look empty while the field still contains data. The key idea is presence: the character may be invisible to the eye, but it can still be counted, copied, pasted, selected, or removed by software.
If you want a single blank-looking character, compare this page with blank character. If you want the visible result across a message or field, see empty text or the invisible character guide.
An empty field has no characters. A field with an empty character can look empty while still containing one Unicode code point. This distinction matters when testing forms, bios, captions, usernames, and message fields.
If the character disappears, the app may trim or normalize it. If it shows as a square, the font may not support a blank rendering. Use empty characters for formatting, Unicode testing, layout checks, and compatibility checking. Do not use them for spam, impersonation, harassment, evasion, or misleading behavior.