Utilities

Korean Jamo Reference & Copy Tool - Alt Codes & Unicode

Copy/paste Hangul jamo fast. Basic consonants, double consonants, vowels, and combinations for quick reference.

Characters & shortcuts

Alt codes & Unicode table

CharacterNameAlt codeUnicodeCopy
kiyeokUnicodeU+3131
ssang kiyeokUnicodeU+3132
nieunUnicodeU+3134
tikeutUnicodeU+3137
ssang tikeutUnicodeU+3138
rieulUnicodeU+3139
mieumUnicodeU+3141
pieupUnicodeU+3142
ssang pieupUnicodeU+3143
siotUnicodeU+3145
ssang siotUnicodeU+3146
ieungUnicodeU+3147
cieucUnicodeU+3148
ssang cieucUnicodeU+3149
chieuchUnicodeU+314A
khieukhUnicodeU+314B
thieuthUnicodeU+314C
phieuphUnicodeU+314D
hieuhUnicodeU+314E
aUnicodeU+314F
aeUnicodeU+3150
yaUnicodeU+3151
yaeUnicodeU+3152
eoUnicodeU+3153
eUnicodeU+3154
yeoUnicodeU+3155
yeUnicodeU+3156
oUnicodeU+3157
waUnicodeU+3158
waeUnicodeU+3159
oeUnicodeU+315A
yoUnicodeU+315B
uUnicodeU+315C
woUnicodeU+315D
weUnicodeU+315E
wiUnicodeU+315F
yuUnicodeU+3160
euUnicodeU+3161
uiUnicodeU+3162
iUnicodeU+3163

Reference

Hangul Jamo: The Building Blocks of Korean

Korean is written in Hangul, an alphabet whose letters are grouped into square syllable blocks rather than written in a line. The individual letters are called jamo, and this table lists them: nineteen consonants and twenty-one vowels. A syllable block combines an initial consonant, a medial vowel and optionally a final consonant, so 한 is ㅎ plus ㅏ plus ㄴ assembled into one square.

The consonant design is systematic in a way few writing systems are. The basic shapes depict the position of the mouth and tongue: ㄱ shows the back of the tongue against the soft palate, ㄴ the tongue tip at the ridge behind the teeth, ㅁ the shape of the lips. Aspirated consonants add a stroke to the plain form — ㄱ becomes ㅋ, ㄷ becomes ㅌ, ㅂ becomes ㅍ — and tense consonants double it, giving ㄲ, ㄸ, ㅃ, ㅆ and ㅉ. The vowels are built from three elements representing heaven, earth and humanity, combined into the full set.

The three-way consonant distinction is the hardest part for learners and the most important for spelling. Plain, aspirated and tense consonants are three different phonemes, not variations in emphasis: 달 is moon, 탈 is a mask, and 딸 is daughter. English has nothing equivalent, and hearing the difference takes practice, but writing it is simply a matter of using the right jamo.

For text processing, the critical fact is that Korean has two Unicode representations. Precomposed syllable blocks occupy a block of 11,172 characters, so 한 is the single character U+D55C. The same syllable can also be stored as a sequence of individual jamo. They render identically and are different byte sequences, so search and comparison fail across them. Normalisation form NFC composes jamo into syllable blocks and is the standard fix. This matters more than usual on macOS, whose filesystem historically stored filenames in decomposed form, so Korean filenames copied between macOS and other systems frequently fail to match.

Typing Korean does not mean entering jamo one at a time from a table. The standard 2-Set (두벌식) layout puts consonants on the left hand and vowels on the right, and an IME assembles them into syllable blocks automatically as you type — pressing ㅎ, ㅏ, ㄴ produces 한 without any further action. The 3-Set (세벌식) layout separates initial, medial and final positions onto different keys and is faster for practised typists but far less common. On mobile, the Cheonjiin keypad builds vowels from the three basic strokes on a small keypad, while the Naratgeul layout uses the add-a-stroke logic of the consonants. The table above is most useful for discussing jamo individually or entering them outside a Korean input context.

FAQ

Frequently Asked Questions

Do Alt codes work for Hangul jamo?

Alt codes aren’t practical for jamo. Use the online Korean keyboard or copy/paste from this table.

How do I type Korean quickly?

Open the Korean keyboard online and type with your physical keyboard; the IME assembles syllables automatically.

Can I copy jamo directly?

Yes—click Copy in the table and paste anywhere. No installation needed.

Do these work with the online Korean keyboard?

Yes. Open the Korean keyboard online and type or paste them directly. Everything runs in your browser.

What is the difference between ㄱ, ㅋ and ㄲ?

They are three distinct consonants: plain, aspirated and tense. 달 means moon, 탈 mask, 딸 daughter. The distinction is phonemic, not a matter of emphasis.

Why do Korean filenames sometimes fail to match?

Hangul can be stored as precomposed syllable blocks or as separate jamo. macOS historically used the decomposed form, so files copied between systems differ byte-wise. NFC normalisation fixes it.

Do I type Korean one jamo at a time?

You press jamo keys in order, but the IME assembles them into syllable blocks automatically. Typing ㅎ, ㅏ, ㄴ produces 한 without extra steps.

Which Korean keyboard layout should I use?

2-Set (두벌식) is the standard and what almost everyone learns, with consonants left and vowels right. 3-Set is faster for experts but rare.