Insert zero-width characters

Puts an invisible zero-width space between every character.

Result
The result appears here as you type.

Why you would use this

The text reads exactly the same and matches nothing: a search for the original string fails, because between every pair of letters sits a character with no width. It is a demonstration of why the remover exists — do not use it to slip text past a filter, and expect any careful system to normalise it away.

More unicode & typography