// DIGITS · 0 → 9

Digits in Morse code.

10 digits, all coded with 5 symbols. Once the logic clicks, it takes under 10 minutes to memorise them all.

The system logic

Morse digits follow a visual progression: 5 (·····) → 4 (····−) → 3 (···−−) → 2 (··−−−) → 1 (·−−−−). Then for digits 6 to 0 the pattern mirrors: 6 (−····) → 7 (−−···) → 8 (−−−··) → 9 (−−−−·) → 0 (−−−−−). Tip: remember 5 and 0, and the rest follow by counting how many dots flip to dashes.