한글

The most deliberately designed writing system in human history.

The Invention

In the winter of 1443, King Sejong the Great did something no other ruler in history had done: he personally designed a writing system for his people. Not because Korea lacked writing — they used Chinese characters — but because those characters were impossibly difficult for ordinary people to learn.

Sejong believed that a farmer who couldn't read a legal notice, a merchant who couldn't write a receipt, a grieving mother who couldn't compose a letter — these weren't failures of individual effort. They were failures of design.

So he built something new. Something so logical that a clever person could learn it in a morning, and even a fool could learn it in ten days. He called it Hunminjeongeum — "the correct sounds for the instruction of the people."

We call it Hangul.

The Five Shapes

velar
alveolar
bilabial
dental
glottal

Add a stroke, change the sound.

Each step is systematic, never arbitrary.

The shape encodes the phonology.

Hangul's consonants aren't random symbols. Each one is a diagram of what your mouth does when you make the sound. The five basic shapes map to five positions of articulation. Every other consonant is built by adding strokes to these bases — aspiration adds a line, tensing doubles the character. It's a periodic table for speech.

The Block

Jamo don't just line up — they compose into syllable blocks.

initial
medial
final
han
initial
medial
final
geul
initial
medial
ga
initial
medial
final
gul

The Code

Hangul's beauty extends into its digital encoding.

U+D55C
(initial × 21 + medial) × 28 + final + 0xAC00
initial (ieung) = 11
medial (a) = 0
final (nieun) = 4
(11 × 21 + 0) × 28 + 4 + 0xAC00 = 0xD55C

Every one of the 11,172 Hangul syllable blocks maps to a single Unicode code point through this formula. The entire writing system is a function.

11,172 possibilities from 24 letters.

hangul.dev