Skip to content

Instantly share code, notes, and snippets.

@ebraminio
Last active November 14, 2018 09:54
Show Gist options
  • Save ebraminio/7cae400aa5ebbaaba31dadd4dc50838b to your computer and use it in GitHub Desktop.
Save ebraminio/7cae400aa5ebbaaba31dadd4dc50838b to your computer and use it in GitHub Desktop.
Persian Braille
{
"آ": "⠜",
"ا": "⠁",
"ب": "⠃",
"پ": "⠏",
"ت": "⠞",
"ث": "⠹",
"ج": "⠚",
"ﭺ": "⠉",
"ح": "⠱",
"خ": "⠭",
"د": "⠙",
"ذ": "⠮",
"ر": "⠗",
"ز": "⠵",
"ژ": "⠬",
"س": "⠎",
"ش": "⠩",
"ص": "⠯",
"ض": "⠫",
"ط": "⠾",
"ظ": "⠿",
"ع": "⠷",
"غ": "⠣",
"ف": "⠋",
"ق": "⠟",
"ک": "⠅",
"گ": "⠛",
"ل": "⠇",
"م": "⠍",
"ن": "⠝",
"و": "⠺",
"ه": "⠓",
"ی": "⠊", // this one is a little tricky, have a look which one is more suitable to you
//"ى": "⠕",
"۱": "⠼⠁",
"۲": "⠼⠃",
"۳": "⠼⠉",
"۴": "⠼⠙",
"۵": "⠼⠑",
"۶": "⠼⠋",
"۷": "⠼⠛",
"۸": "⠼⠓",
"۹": "⠼⠊",
"۰": "⠼⠚",
"+": "⠰⠖",
"−": "⠰⠤",
"×": "⠰⠦",
"÷": "⠰⠲",
"=": "⠰⠶"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment