EditSafely

Check Spoofed Unicode Text

Quickly check if the given Unicode text is spoofed or not. Runs entirely in your browser, so your data never leaves your device.

0 chars · 0 lines

Output

The result appears here as you type.

How to use Check Spoofed Unicode Text

  1. 1. Paste the suspicious text. Drop in a username, domain name or message that looks slightly off. The checker scans every character against known confusable and lookalike mappings.
  2. 2. Read the verdict. The output states whether the text is spoofed and lists any suspicious characters found, showing the code point, its script and which familiar letter it is mimicking.
  3. 3. Investigate flagged characters. For each flagged character, compare its Unicode block against the surrounding text. A single Cyrillic letter mixed into otherwise Latin text is a strong spoofing signal.
  4. 4. Decide how to respond. Use the result to reject a suspicious username, flag a phishing message for review, or confirm that a string is safe before trusting it in an authentication flow.

When to use Check Spoofed Unicode Text

Check Spoofed Unicode Text scans a string for homoglyph and confusable characters, the kind of lookalikes attackers use to impersonate real names, brands or domains. Reach for it whenever a piece of text needs to be trusted, such as before it appears in a login, a payment confirmation or a support ticket.

  • Verifying a suspicious brand name. A support ticket references a company name that looks correct at a glance, but the letters render slightly differently. Checking it flags a Cyrillic character standing in for a Latin one.
  • Screening new account usernames. Your signup flow blocks impersonation attempts by scanning display names for mixed scripts before allowing a username like a spoofed 'Аpple' to register.
  • Auditing a phishing email sender. An email claims to be from a known contact, but the sender name uses subtly substituted characters. Running it through the checker confirms the spoof and its exact code points.
  • Reviewing pasted links before clicking. A chat message contains a URL that looks legitimate. Pasting the visible text here reveals whether any character is a homoglyph designed to mimic the real domain.

Examples

Check

Input

Аpple

Output

Spoofed: yes

Suspicious characters:
  U+0410 CYRILLIC — looks like "A"

About the Check Spoofed Unicode Text tool

Check Spoofed Unicode Text runs as plain JavaScript in your browser tab, with no server behind it. Quickly check if the given Unicode text is spoofed or not. Whatever you put in stays on your device from start to finish.

The tool is part of EditSafely's Unicode Tools section, 98 single-purpose utilities built around the same idea: open the page, get the result, keep your data to yourself.

There is nothing to configure. Provide the input and the result appears on its own. A worked example further down the page shows exactly what the tool produces for a real input.

That local-first design has practical benefits beyond privacy. The tool keeps working on a flaky connection once the page has loaded, results are instant because nothing round-trips to a server, and it is safe to use with confidential material.

Frequently asked questions

Does Check Spoofed Unicode Text cost anything?

Yes, it is completely free. All 2,658 tools on EditSafely work without an account, a subscription or usage limits.

Is it safe to paste sensitive or confidential data?

No data leaves your device. The whole tool is JavaScript that runs inside your browser tab, so there is no upload, no server-side processing and no log of what you did. If you disconnect from the internet after the page loads, it keeps working.

How much text can I process at once?

There is no fixed limit. Because the work happens on your own device rather than on a shared server, the practical ceiling is your machine's memory, which comfortably handles inputs far larger than typical online tools allow.

Do I need to sign up or install anything?

Nothing to install and no account needed. Open the page in any up-to-date browser, including on a phone or tablet, and the tool is ready.

How do I use the result?

The output panel has a one-click copy button, and you can keep refining the input while you work; the result updates in place as you type.