How to use
- Paste a URL, username, or any text into the input.
- The tool flags each character that looks like a Latin letter but is a different Unicode code point (e.g. Cyrillic а vs Latin a).
- Review the table showing the suspicious character, its Unicode code point, and the ASCII equivalent it mimics.
- Use the normalized output to verify the safe ASCII-only version of the text.
Examples
- Pasting "аpple.com" where the first 'а' is Cyrillic U+0430 flags 1 suspicious character and shows the safe normalized form "apple.com".
- A clean ASCII-only string like "google.com" returns a green "No homoglyphs detected" result.