Copyglyph

Superscripts and Subscripts

All code points in the Superscripts and Subscripts block.

U+2070
U+2071
U+2074
U+2075
U+2076
U+2077
U+2078
U+2079
U+207A
U+207C
U+207E
U+207F
U+2080
U+2081
U+2082
U+2083
U+2084
U+2085
U+2086
U+2087
U+2088
U+2089
U+208A
U+208B
U+2090
U+2091
U+2092
U+2093
U+2094
U+2095
U+2096
U+2097
U+2098
U+2099
U+209A
U+209B
U+209C

Tips

  • Define a clear semantic usage: mark superscripts for footnotes, exponents, or chemical formulas; keep subscripts for chemical formulas or indexing in math.
  • Use font features or CSS to control size and baseline independently for consistent rendering across platforms.
  • Avoid mixing superscripts/subscripts with line breaks; prefer wrapping them in inline elements for stable layout.
  • Test across fonts and devices to ensure glyph availability and consistent spacing.
  • Provide accessible fallbacks, such as descriptive labels or long alt text when the meaning isn’t obvious from context.

Superscripts and subscripts are a long-standing typographic tool. They let you show notation without changing the main text flow. In design, they support concise equations, chemical formulas, and footnotes.

Typical usage centers on inline mathematics, scientific notation, and references. Common pitfalls include inconsistent baseline shifts, poor font support, and accessibility gaps for screen readers. Historically, these glyphs evolved from traditional math typesetting and have become a standard feature in digital typography, with styles that adapt to web and app design while preserving readability. For related topics, see Geometric shapes, Arrows, Currency symbols, and Box drawing.