Skip to content

Instantly share code, notes, and snippets.

@VillainsRule
Last active April 5, 2026 15:06
Show Gist options
  • Select an option

  • Save VillainsRule/832017b721e6aa59ad44444fc9c7f5af to your computer and use it in GitHub Desktop.

Select an option

Save VillainsRule/832017b721e6aa59ad44444fc9c7f5af to your computer and use it in GitHub Desktop.

lookalike filter bypasses, made possible by the wide variety of unicode characters

const characters = {
    "!": "วƒ",
    "a": "ะฐ",
    "b": "๐–ป",
    "c": "ั",
    "d": "๐–ฝ",
    "e": "ะต",
    "f": "๐–ฟ",
    "g": "ึ",
    "h": "าป",
    "i": "ั–",
    "j": "ั˜",
    "k": "๐—„",
    "l": "ำ",
    "m": "๐—†",
    "n": "ีธ",
    "o": "ะพ",
    "p": "ั€",
    "q": "ิ›",
    "r": "๐—‹",
    "s": "ั•",
    "t": "๐—",
    "u": "ีฝ",
    "v": "๐—",
    "w": "๐—",
    "x": "ั…",
    "y": "ัƒ",
    "z": "๐—“"
};
ctrl+f for FULLWIDTH LATIN SMALL LETTER A for the lowercase letters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment