What is Small/Superscript Text?

Small/Superscript Text converts your regular text into tiny superscript Unicode characters that you can paste anywhere — social media bios, chat messages, or usernames. The output uses special Unicode characters, so it works without any special formatting support.

The tool maps every supported letter, digit, and a handful of math symbols to its Unicode equivalent: superscript (ᵃᵇᶜ), subscript (ₐₑₕ), or small caps (ᴀʙᴄ). Because the result is plain Unicode (no fonts attached), it pastes through bio fields, comments, and DMs that strip rich formatting. Characters the standard doesn't cover (q in subscript, capital Q in superscript, all CJK) come through unchanged.

How to use

  1. Type or paste your text into the input area.
  2. Watch all four conversions — superscript, subscript, small caps, and mixed — fill in below as you type.
  3. Copy the converted text and paste it into any platform — social media, messaging apps, or documents.

When to use

  • Adding a stylish flourish to Instagram, TikTok, or X bios where rich formatting is blocked.
  • Writing chemistry on platforms that don't support HTML: H₂O, CO₂, x².
  • Building Discord and chat handles that look distinct without breaking copy-paste.

Result

You want your Instagram bio to read 'photographer ᵃⁿᵈ traveler'. Type 'and' into the tool, copy the superscript output 'ᵃⁿᵈ', and paste it into your bio between the other words.

FAQ

Why is q (or some capitals) showing up as a regular letter?
Unicode never officially encoded a subscript q, and a few uppercase letters (C, F, Q, S, X, Y, Z) have no superscript form either. When a glyph is missing, the tool leaves the original character so the text still reads, rather than substituting a wrong-shaped lookalike.
Will the output work on every social network and messaging app?
Anywhere that accepts general Unicode and uses a font with broad coverage — Instagram, X, TikTok, Discord, WhatsApp, LinkedIn — yes. Older email clients or terminal fonts may show empty boxes for some glyphs because their font doesn't include those code points.
Will search engines still index text I write in small caps?
Search and screen readers see different code points than regular letters, so the small-caps word 'ᴄᴀᴛ' is not the same as 'cat' to a machine. Use these glyphs as decoration on a profile, not in a sentence you want indexed or read aloud reliably.
How is this different from CSS or HTML <sup> tags?
By default the tool gives you the real Unicode code point — U+00B2 (²) — so it pastes into plain-text fields and survives anywhere HTML is stripped, though its size and color stay tied to the surrounding text. When you control the rendering, switch the Copy / download as option to HTML for <sup>/<sub> tags, or to Markdown for ^like this^ and ~this~, which you can then style freely.
Accessibility for screen reader users: how is that handled?
Screen readers handle these glyphs unevenly. Some announce 'superscript two', some say 'two', some skip silently. For body content meant for a wide audience use regular text and CSS, and reserve the Unicode variants for short decorative labels.

Related Tools