Menu
Advertisement

Small Text Generator

Three ways to make text small: small caps, superscript and subscript. Copy one and paste it into any bio, caption or comment.

By Nethanel Bar, Co-founder & CEO

Last updated

Advertisement

Ready to actually learn to code?

Coddy teaches you by writing real code in your browser - interactive lessons, instant feedback, and AI help when you get stuck.

What is a small text generator?

You cannot change the font size of an Instagram bio or a Discord name, but you can swap the letters for ones that are drawn small. Unicode has three such sets: small capitals (ᴀ ʙ ᴄ, from the phonetic alphabet), superscript letters (ᵃ ᵇ ᶜ, written above the line) and subscript letters (ₐ ₑ ₕ, written below it). A small text generator maps each of your letters onto one of those sets.

Small caps is the complete, safest option: it covers the whole alphabet and reads clearly at any size. Superscript covers almost everything but q; subscript covers only seventeen letters, so a word that needs b, c, d, f, g, q, w, y or z will keep those letters plain - that is a limit of Unicode itself, not of this tool.

Everything converts in your browser as you type. Nothing is uploaded or saved.

What to know about small Unicode text

  • Small caps letters are phonetic (IPA) symbols. Screen readers may announce them by their IPA names, so keep them to display names and decorative lines.
  • Superscript and subscript letters are real characters, not formatting, which is why they survive a paste into a plain-text field where a word processor's superscript would be lost.
  • Some letters have no small form. Superscript has no q; subscript has only a e h i j k l m n o p r s t u v x. The generator leaves the missing letters as typed rather than substituting a look-alike.
  • Small text is a different string from the plain word, so search and hashtags will not match it.
Advertisement

Small text examples

A quiet caption or bio line

Input

small talk

Small caps

sᴍᴀʟʟ ᴛᴀʟᴋ

Superscript

ˢᵐᵃˡˡ ᵗᵃˡᵏ

Small caps keeps the baseline; superscript floats the whole line up, which reads as a whisper under a larger heading.

A footnote in a comment

Input

see you soon

Subscript

ₛₑₑ yₒᵤ ₛₒₒₙ

Subscript has no y, so "you" keeps its y - the honest result. Words made of the seventeen covered letters come out fully small.

Common small text mistakes

  • Expecting every letter to shrink. Superscript and subscript are incomplete in Unicode; small caps is the only full set.
  • Using small text for something that must be searchable or read aloud - it is a different string from the plain word.
  • Combining small caps with a combining-mark style like underline: the marks sit at the height of a full capital and look detached.

Small text generator FAQ

How do I make text smaller on Instagram or TikTok?
Neither app lets you set a font size, but both accept Unicode. Type your text here, copy the small caps or superscript card, and paste it into the bio or caption - the letters are drawn small by design.
Why are some letters still normal size in the subscript version?
Unicode only defines subscript forms for seventeen letters. There is no ₑ-style character for b, c, d, f, g, q, w, y or z, so those stay as typed. Small caps covers the full alphabet if you need every letter small.
Is small caps the same as lowercase?
No. Small caps are capital letter shapes drawn at lowercase height, as in ꜱᴍᴀʟʟ ᴄᴀᴘꜱ. They are separate Unicode characters from both the capital and the lowercase letter.
Will small text show correctly on every phone?
Small caps and superscript render on every current iOS and Android version. Subscript letters ⱼ and ᵥ are newer additions and can show as a box on very old devices.

Learn more

Other developer tools

Coddy programming languages illustration

Learn to code with Coddy

GET STARTED