---
title: "Tiny characters are text, not a downloadable font"
url: https://memory.wiki/T-R7gGEE
updated: 2026-09-14T17:15:06.218Z
source: "api"
---
# Tiny characters are text, not a downloadable font

Characters such as ², ₓ, and ᵗ are individual Unicode code points. That is why you can copy them from a browser and paste them into a chat, profile, document, or spreadsheet without installing a font. They are not a CSS effect attached to the source page.

The trade-off is coverage. Unicode has a complete set of superscript and subscript digits, but only partial sets of letters. Punctuation support is partial too. The [Unicode superscript generator](https://subsuperscript.com/unicode/) includes a character table so you can see what is real before relying on it.

For ordinary sharing, this is wonderfully convenient. For equations, screen-reader-heavy content, or typesetting where alignment must be exact, use native math or rich-text formatting instead.


---

## Summary
Tiny superscript and subscript characters like ², ₓ, and ᵗ are individual Unicode code points that can be copied and pasted without installing fonts, but they have limited coverage for letters and punctuation, so native math or rich-text formatting should be used for equations and accessibility-critical content.

## Themes
- Unicode vs font-based text
- Trade-offs in character coverage
- Practical limitations of tiny characters

## Key takeaways
- Superscript and subscript characters like ², ₓ, and ᵗ are individual Unicode code points, not downloadable fonts or CSS effects.
- These characters can be copied from a browser and pasted into chats, profiles, documents, or spreadsheets without requiring font installation.
- Unicode has complete sets of superscript and subscript digits but only partial sets of letters and punctuation.
- For equations, screen-reader-heavy content, or precise typesetting alignment, native math or rich-text formatting should be used instead of Unicode tiny characters.

## Insights
- Tiny characters work across platforms because they are actual Unicode code points rather than visual effects, making them fundamentally different from CSS-based styling.
- The convenience of copy-paste portability comes at the cost of incomplete character sets, particularly for letters in superscript and subscript forms.
- The document implicitly suggests that Unicode tiny characters are a workaround solution rather than a proper replacement for dedicated formatting systems.

## Open questions / gaps
- Which specific letters and punctuation marks are missing from Unicode's superscript and subscript sets?
- What accessibility issues do Unicode tiny characters create for screen readers compared to native formatting?

