Invisible Character Checker

Paste suspicious text to reveal characters that are easy to miss on screen.

Text tools

Detected characters

Found 3 characters.

CharacterNameCountPositions
U+200BZero Width Space12
U+3000Ideographic Space15
U+00A0No-Break Space111

Conservative cleaned text

What it helps with

  • Debug a value rejected by a form
  • Check text before CSV import
  • Find hidden copy-and-paste characters

How to use

  1. Paste the text that behaves unexpectedly.
  2. Review character names, code points, and positions.
  3. Copy the conservative cleaned version only after checking the intended spacing.

Examples

Hidden zero-width space

Input

order​number

Output

U+200B Zero Width Space at index 5

Good to know

  • Some invisible characters are intentional in multilingual text, so removal always needs context.

FAQ

Are tabs and line breaks treated as errors?
No. They are listed for visibility, but the cleaned copy keeps ordinary tabs and line breaks.
Can every detected character be removed safely?
No. Direction and joiner characters can be meaningful in some languages. Review the text before using the cleaned copy.

Nearby utilities from the KoguNavi toolbox.

Browse all tools