Copyglyph

Latin-1 Supplement

All code points in the Latin-1 Supplement block.

ë
U+EB
ì
U+EC
í
U+ED
î
U+EE
ï
U+EF
ð
U+F0
ñ
U+F1
ò
U+F2
ó
U+F3
ô
U+F4
õ
U+F5
ö
U+F6
ø
U+F8
ù
U+F9
ú
U+FA
û
U+FB
ü
U+FC
ý
U+FD
þ
U+FE
ÿ
U+FF

Tips

  • Catalog where Latin-1 characters appear in your UI and content, and plan font support for those glyphs.
  • Check data pipelines for encoding consistency; ensure text uses a stable encoding and avoid mixed encodings.
  • Document any legacy text that relies on Latin-1 to prevent misinterpretation during migration.
  • Test rendering across platforms and fonts to confirm display of common diacritics and special letters.
  • Provide fallbacks or alternatives for environments that cannot render Latin-1 glyphs, and include clear user messages.

Latin-1 Supplement is a Unicode block that covers Western European characters. It supports many accented letters used in daily writing and data interchange. In practice, it often appears in legacy systems or when importing data from older files that relied on single-byte encodings. For UI and content work, recognizing where these characters crop up helps prevent missing glyphs or garbled text.

Typical use involves ensuring fonts and rendering pipelines can handle the common diacritics found in Western European languages. It also helps to be aware of related symbol blocks and how they interact with text rendering. Pitfalls include encoding mismatches, inconsistent normalization, and insufficient font coverage. As a historical design choice, Latin-1 Supplement reflects a period when systems adopted single-byte encodings before Unicode became the universal standard. For broader context, see related blocks such as Geometric Shapes, Arrows, Currency Symbols, and Box Drawing.