What Is Subscript Text, Exactly?

Subscript text is text that appears slightly below the normal baseline of a line and is rendered at a smaller size. You encounter it every day in chemistry (H₂O, CO₂), mathematics (log₂n, xₙ), and academic footnotes. But there are two fundamentally different technologies that produce this visual effect — and understanding the difference is critical.

The first method is HTML's <sub> tag, which instructs a browser to render text below the baseline. This only works in HTML-rendered environments like web pages and rich text editors. If you copy that text into a WhatsApp message, Instagram bio, or plain text email, the subscript formatting disappears entirely.

The second method — and the one this tool uses — is Unicode subscript characters. These are dedicated glyphs (UTF-8 code points) in the Unicode standard that look like subscript characters at the glyph level. Because they are actual distinct characters — not formatting instructions — they survive copy-paste into any plain text environment: social media, SMS, PDFs, email, and every chat application on earth.

The Unicode "Superscripts and Subscripts" block (U+2070–U+209F) contains subscript digits ₀₁₂₃₄₅₆₇₈₉, arithmetic operators (₊ ₋ ₌), parentheses (₍ ₎), and 14 Latin letters. Together, these cover the vast majority of chemistry and math use cases where subscript notation is needed in plain text.