Random Thai Letter Generator

 
Thai letter generated locally in your browser with the Web Crypto API.

Thai consonants (phayanchana)

Generate one random letter from the 44 Thai consonants — from Ko Kai (ก) through Ho Nokhuk (ฮ) — with its acrophonic name, glyph, and RTGS-style initial-sound transliteration (e.g. Ko Kai — ก (k), Ngo Ngu — ง (ng)). This is a single fixed set of consonants only: vowel signs (sara), tone marks, and other combining marks are left out, so each entry maps to exactly one glyph. The set includes the two obsolete consonants ฃ (Kho Khuat) and ฅ (Kho Khon) to complete the traditional 44. Useful for flashcard-style recognition drills when learning to read Thai, classroom teaching prompts, and labeling content.

Fair random selection

Each result is selected with browser randomness from the fixed set of Thai consonants, every letter equally likely. Rangdom uses the Web Crypto API for random generation so the next result is not predictable from previous results.

When to use it

Use this generator for Thai recognition practice: show yourself a random consonant and recall its name and sound, or quiz a student learning the alphabet. It also works for quick decisions, demos, games, and labeling tasks where a single random Thai letter is enough.