Homoglyph & Invisible Character Detector
What This Tool Does
Homoglyph & Invisible Character Detector is built for deterministic developer and agent workflows.
Detect zero-width characters, bidi overrides, and homoglyph look-alikes in text or code to catch spoofing and hidden-instruction attacks.
Use How to Use for execution steps and FAQ for constraints, policies, and edge cases.
Last updated:
This tool is provided as-is for convenience. Output should be verified before use in any production or critical context.
Agent Invocation
Best Path For Builders
Browser workflow
Runs instantly in the browser with private local processing and copy/export-ready output.
Browser Workflow
This tool is optimized for instant in-browser execution with local data handling. Run it here and copy/export the output directly.
/homoglyph-detector/
For automation planning, fetch the canonical contract at /api/tool/homoglyph-detector.json.
How to Use Homoglyph & Invisible Character Detector
- 1
Paste the text or code
Drop a snippet, filename, URL, username, or prompt into the scan box. Use Load sample to see a string that already hides a zero-width space, a bidi override, and Cyrillic look-alikes.
- 2
Read the findings
Each suspicious character is grouped by category with its codepoint, Unicode name, occurrence count, and positions, so you can see exactly what was hidden and where.
- 3
Inspect the highlighted view
The rendered text marks every hit with a colored chip. Hover a chip to read its codepoint and name; invisible characters show their hex code and exotic spaces show as a dot.
- 4
Copy the sanitized text
Use Copy sanitized to grab a cleaned version with invisible and bidi characters stripped and homoglyphs mapped back to ASCII, ready to paste into your editor or ticket.