Copyglyph

Script: Hangul

All code points assigned to the Hangul script.

U+1100
U+1101
U+1102
U+1103
U+1104
U+1105
U+1106
U+1107
U+1108
U+1109
U+110A
U+110B
U+110C
U+110D
U+110E
U+110F
U+1110
U+1111
U+1112
U+1113
U+1114
U+1115
U+1116
U+1117
U+1118
U+1119
U+111A
U+111B
U+111C
U+111D
U+111E
U+111F
U+1120
U+1121
U+1122
U+1123
U+1124
U+1125
U+1126
U+1127
U+1128
U+1129
U+112A
U+112B
U+112C
U+112D
U+112E
U+112F
U+1130
U+1131
U+1132
U+1133
U+1134
U+1135
U+1136
U+1137
U+1138
U+1139
U+113A
U+113B
U+113C
U+113D
U+113E
U+113F
U+1140
U+1141
U+1142
U+1143
U+1144
U+1145
U+1146
U+1147

Tips

Five actionable tips for Script: Hangul

  • Ensure your UI uses fonts that fully support Hangul syllables and Jamo. Prefer fonts with solid Korean shaping in blocks.
  • Render text in NFC normalized form to avoid mismatched syllable compositions.
  • Test input methods that compose Hangul syllables correctly and handle edge cases like precomposed syllables and decomposed Jamo.
  • Provide clear guidance on mixed scripts (Hangul with Latin or Hanja) and specify font fallbacks to maintain readability.
  • Validate accessibility with screen readers and high-contrast modes, and document any font or shaping quirks for maintainers. See related blocks for reference: Arrows, Geometric shapes, Currency symbols.

Hangul is a syllable-based alphabet used for Korean. It comprises blocks that arrange consonants and vowels into syllables, which makes it distinct from purely alphabetic systems. In digital design, correct rendering hinges on font support and proper encoding. When used in a UI, Hangul should feel readable, consistent, and visually balanced across devices.

In practice, you’ll see Hangul appearing as composed syllable blocks rather than separate letters. This affects typography, line height, and text wrapping. Pitfalls include invisible fallback glyphs, misrendered syllables on older systems, and inconsistent alignment in mixed-language interfaces. A high-level historical note: Hangul was designed to promote literacy through a simple, logical structure, with the aim of enabling quick learning and widespread use across diverse communities.