Tool Hub

同形体检测

检测看起来像 ASCII 的非拉丁 Unicode 字符 (反网络钓鱼)

检测可能用于网络钓鱼或欺骗性攻击的外观相似的Unicode字符(同形体) — 例如,西里尔字母'а'(U+0430)在视觉上与拉丁字母'a'(U+0061)匹配。粘贴任何URL、用户名或文本以揭示隐藏的替换并获取规范化的纯ASCII版本。

检测结果
PositionCharCodepointScriptLooks like
6рU+0440
Cyrillic
p
7аU+0430
Cyrillic
a
Normalized (ASCII only)
Visit paypal.com to verify your account

使用方法

  1. 将HTML代码片段粘贴到输入字段中。
  2. 检查器会立即扫描常见无障碍问题。
  3. 在结果面板中审查被标记的问题。
  4. 修复HTML,实时更新。

示例

  • 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.

生产环境使用前请验证输出。无担保 — 参见 条款.