jarvisbox

Detect Cyrillic Homoglyphs in Text

Cyrillic letters like А, О, Р, С, Т, and Х are visually identical to their Latin counterparts in most fonts, making them the most widely abused script family for phishing, domain spoofing, and wallet address fraud.

The Cyrillic script shares more letter shapes with the Latin alphabet than any other Unicode script block. Attackers exploit this to register domains like "раураl.com" (Cyrillic р, а, у) that look identical to "paypal.com" in every common font. Email clients, browser address bars, and messaging apps all render the Cyrillic variants the same as Latin — only the underlying codepoints differ.

The most commonly abused Cyrillic confusables include:

How to detect Cyrillic homoglyphs

  1. Open the Homoglyph Detector and paste the suspicious text — a URL, username, wallet address, or email sender name — into the input area.
  2. Click Analyze. Any Cyrillic characters are highlighted in red with their Unicode codepoint names (e.g. "CYRILLIC SMALL LETTER A (U+0430)").
  3. Click Clean to replace every Cyrillic lookalike with its true ASCII equivalent and copy safe text for further processing.

Why Cyrillic spoofing is so effective

Unlike lookalike attacks using special diacritics (rĕnder → rénder), pure Cyrillic substitution produces text with no accents, no combining marks, and no visible difference in popular sans-serif fonts (Arial, Helvetica, Roboto, SF Pro). The only reliable way to detect it is a Unicode codepoint inspection — which is exactly what this tool performs.

Related tools

Report a problem with this tool