Skip to content

Instantly share code, notes, and snippets.

@tal
Created January 8, 2015 17:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tal/0ea8c2cb6137fb458112 to your computer and use it in GitHub Desktop.
Save tal/0ea8c2cb6137fb458112 to your computer and use it in GitHub Desktop.
Mask characcters with lookalikes
{
"A": "Α",
"a": "α",
"B": "Β",
"C": "Ç",
"c": "ç",
"D": "Đ",
"d": "ԁ",
"E": "Ε",
"e": "ė",
"F": "𝔽",
"f": "𝕗",
"G": "Ġ",
"g": "ġ",
"H": "Η",
"h": "ħ",
"I": "İ",
"i": "ı",
"J": "𝕁",
"j": "𝕛",
"K": "Κ",
"k": "ķ",
"L": "Ŀ",
"l": "ŀ",
"M": "Μ",
"m": "𝕞",
"N": "Ν",
"n": "ŋ",
"O": "Ο",
"o": "ø",
"P": "Ρ",
"p": "𝕡",
"Q": "Ԛ",
"q": "ԛ",
"r": "𝕣",
"s": "𝕤",
"T": "Τ",
"t": "ŧ",
"U": "𝕌",
"u": "𝕦",
"V": "𝕍",
"v": "𝕧",
"W": "Ԝ",
"w": "ԝ",
"X": "Χ",
"x": "𝕩",
"Y": "Υ",
"y": "𝕪",
"Z": "Ζ",
"z": "𝕫"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment