Invisible Character Detector
Detect and highlight zero-width spaces, BOM, and other invisible Unicode characters in text.
Input Text
Found 3 invisible characters:
| Position | Code Point | Name |
|---|---|---|
| 5 | U+200B | Zero Width Space |
| 12 | U+FEFF | BOM / Zero Width No-Break Space |
| 18 | U+200D | Zero Width Joiner |
Highlighted View
Hello[Zero Width Space] World[BOM / Zero Width No-Break Space] Test[Zero Width Joiner]!
Related tools
Unicode Escape/UnescapeEncoding
Escape/unescape Unicode sequences like \uXXXX.
Unicode NormalizerEncoding
Normalize text (NFC/NFD/NFKC/NFKD).
Unicode CodepointsEncoding
Inspect Unicode codepoints for text and characters.
Unicode Codepoint LookupEncoding
Look up Unicode codepoints, character names, and properties.
Text CounterText
Count words, characters, and lines instantly.
Editor.js — Block-Style WYSIWYG EditorText
Write rich, structured content with a block-style editor and get clean JSON output, entirely in your browser.