Skip to content

Instantly share code, notes, and snippets.

@codayon
Last active January 29, 2026 15:22
Show Gist options
  • Select an option

  • Save codayon/fcb6b494249a75d722a131eeecbff05e to your computer and use it in GitHub Desktop.

Select an option

Save codayon/fcb6b494249a75d722a131eeecbff05e to your computer and use it in GitHub Desktop.
{
"ক": ["k"],
"খ": ["kh"],
"গ": ["g"],
"ঘ": ["gh"],
"ঙ": ["Ng"],
"চ": ["c"],
"ছ": ["ch"],
"জ": ["j"],
"ঝ": ["jh"],
"ঞ": ["NG"],
"ট": ["T"],
"ঠ": ["Th"],
"ড": ["D"],
"ঢ": ["Dh"],
"ণ": ["N"],
"ত": ["t"],
"থ": ["th"],
"দ": ["d"],
"ধ": ["dh"],
"ন": ["n"],
"প": ["p"],
"ফ": ["ph", "f"],
"ব": ["b"],
"ভ": ["bh", "v"],
"ম": ["m"],
"য": ["z"],
"র": ["r"],
"ল": ["l"],
"শ": ["sh", "S"],
"ষ": ["sh"],
"স": ["s"],
"হ": ["h"],
"ড়": ["R"],
"ঢ়": ["Rh"],
"য়": ["y", "Y"],
"ৎ": ["t``"],
"ং": ["ng"],
"ঃ": [":"],
"ঁ": ["^"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment