jarvisbox

Remove Look-Alike Characters from Text

Paste text that may contain Cyrillic, Greek, fullwidth, or mathematical lookalike characters and get a clean ASCII-only version with every homoglyph replaced by its true Latin equivalent.

When text passes through AI systems, OCR engines, PDF exports, or international keyboard inputs, look-alike Unicode characters from non-Latin scripts can be silently introduced. Code identifiers with Cyrillic letters compile but produce shadow variables; YAML keys with Greek omicrons fail to match; API responses with fullwidth digits break numeric parsing. Cleaning the text to pure ASCII resolves all of these issues.

What "Clean" replaces

How to remove look-alike characters

  1. Open the Homoglyph Detector and paste the text you want to clean into the input area.
  2. Click Analyze to see which characters are homoglyphs and what they will be replaced with.
  3. Click Clean. The cleaned output appears below with all homoglyphs replaced by their ASCII equivalents. Click Copy to copy it to your clipboard.

Common use cases

Related tools

反馈这个工具的问题