DevForge

Invisible character detector

Some invisible characters are harmless formatting. Others are not: bidirectional controls can make a line of source code read one way to a reviewer and compile another, and the Unicode tag block can carry an entire hidden message through text that looks perfectly ordinary. This shows you everything that is there before you decide what to do about it.

input
cleaned
3 to change · 0 high risk · 0 kept
what was found

also rewrite typography

code pointnamecountaction
U+200BZERO WIDTH SPACE1
U+00A0NO-BREAK SPACE1
U+00ADSOFT HYPHEN1

how to use it

  1. 01Paste the text you want to inspect.
  2. 02Read the table: each row is a code point, how many times it appears, and how risky it is.
  3. 03Strip what you do not want, or copy the text unchanged now that you know.

questions

What counts as high risk?
Bidirectional controls and Unicode tag characters. Both can make text display differently from what it actually contains, which is the basis of the Trojan Source technique.
It found a hidden message. What now?
Decoded tag text is shown in full at the top of the page. Treat the source as untrusted: something deliberately embedded text you were not meant to read.
Why are some characters marked as kept?
A zero-width joiner inside an emoji or between Arabic letters is doing real work. Those are reported but not removed unless you ask.

related