The most deliberately designed writing system in human history.
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.
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.
Jamo don't just line up — they compose into syllable blocks.
Hangul's beauty extends into its digital encoding.
(initial × 21 + medial) × 28 + final + 0xAC00
11
0
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