Find the character you can't see
Someone sends you a config value that “doesn't work.” A search can't find a sentence you're looking straight at. A headline breaks after the wrong word. Nine times out of ten the culprit is an invisible Unicode character that hitched a ride during copy-paste.
Paste the suspect text and the scanner lists every hidden character it finds — name, code point, and count — then shows the cleaned version next to it. Zero-width characters are deleted; exotic spaces become normal spaces; Unicode line separators become real line breaks.
A quick way to compare before and after
Not sure the cleaning changed anything? Paste the original and the cleaned text into the text diff checker — invisible characters show up there as changes even though you can't see them directly.