Small text generator

Small capital letters that paste anywhere plain text goes.

Type a word and press Small caps. The small text generator replaces each lowercase letter with a small capital, so the line reads as quiet, evenly weighted text you can copy and paste into an Instagram bio, a Discord message or a document that offers no formatting.

Try:
0Words
0Characters
0No spaces
0Sentences
0Paragraphs
0Lines
0Pages
0Reading
0Speaking

Runs entirely in your browser. Your text is never uploaded — open DevTools, Network tab, and you will see zero requests while you use this tool.

How to use it

  1. Type or paste your text in the box.
  2. Press Small caps.
  3. Press Copy and paste the result wherever you need it.

What this tool does

It converts lowercase letters into small capitals: letters with the shape of a capital and roughly the height of a lowercase x. Typographers have used small caps for centuries for abbreviations, opening lines and anything that should read as emphasis without shouting.

Letters you type in uppercase are left as full capitals, which is deliberate. Small caps look right when the first letter of a name stays tall and the rest shrink, exactly the way a printed book sets them.

As with every style on this site, these are separate Unicode characters rather than a font. Small capital A is a phonetic symbol borrowed from the International Phonetic Alphabet, where it denotes an open back vowel. That is why it pastes into fields with no formatting, and why a search for your word will not find it.

The missing letters: X and Q

Unicode has no small capital X and no small capital Q. This is not a bug in this tool and no generator anywhere can fix it.

The small capitals in Unicode were added because linguists needed them for phonetic notation, one character at a time, as the International Phonetic Alphabet required them. Small capital X and small capital Q were never needed for that purpose, so they were never encoded. There is simply no character to map to.

This tool leaves those two letters as ordinary letters rather than substituting something that only resembles them. Some generators substitute the multiplication sign or a Cyrillic character to hide the gap; that produces text which looks passable in the preview and then breaks, sorts oddly or trips content filters on the platform you paste it into. An honest ordinary x is the better outcome.

Practical consequence: words containing x or q show one full-size letter. In a word like exit the x will stand out. If the mismatch bothers you, rewrite around it or pick a different style.

Examples

Plain textSmall capsNote
small caps textꜱᴍᴀʟʟ ᴄᴀᴘꜱ ᴛᴇxᴛThe x stays full size
Anna SmithAɴɴᴀ SᴍɪᴛʜTyped capitals stay capital, as small caps should
quick boxQᴜɪᴄᴋ ʙᴏxBoth missing letters visible at once
coffee 2026ᴄᴏꜰꜰᴇᴇ 2026Digits and punctuation are unchanged

When you need it

Where not to use it: usernames, which reject these characters everywhere, and any word you want found by search. A small caps word does not match a plain search for that word, so the shop name in your bio should stay ordinary text even if the tagline underneath it does not.

Small caps also read badly at length. They work as a single line, a label or a short tagline; a whole paragraph in small capitals is slower to read than plain text because the shapes of the letters stop differing from each other, which is exactly what your eye uses to recognise words.

Doing it without this tool

Word and LibreOffice. Select the text and press Ctrl and Shift and K. This gives you true small caps as formatting — better quality, correct for print, and it disappears the moment you paste the text somewhere plain.

CSS. font-variant: small-caps on your own site, which is the correct answer for web typography and keeps the text fully searchable.

Google Docs. No small caps setting exists; people paste Unicode small caps precisely because of this.

Character Viewer or Character Map. Search for latin letter small capital and copy characters one by one.

Python. There is no clean offset for small caps, because the characters were added to the phonetic block one at a time over three decades and sit at unrelated code points. A lookup table is the only correct approach, which is what this page uses.

Use real formatting whenever the destination supports it. Use these characters when the destination supports nothing, which is the case for every social bio.

Privacy: your text never leaves your browser

The conversion happens in your browser, in JavaScript, the instant you press the button. No text is uploaded, nothing is written to a server and there is no account. Once the page is open you can switch off the network and it still works.

Related tools

Fancy textOne box in, twelve Unicode styles out. Copy the one you want.Bubble textLetters inside circles, or letters inside squares. Copy and paste.Upside down textFlip a line so it reads the other way up. Copy and paste anywhere.Cursive textHandwriting-style letters you can paste anywhere plain text goes.Cut charactersCuts a fixed number of characters from the start or end of every line.Mirror textFlips your text into mirror writing you can copy anywhere.Character counterLive character count with and without spaces, plus common platform limits.

See all generators →

Frequently asked questions

Why is my X still full size?

Unicode contains no small capital X. It was never added because the phonetic alphabet that drove these characters never required it. The tool leaves a plain x rather than faking it with a lookalike.

Why is my Q still full size?

Same reason as X. There is no small capital Q in Unicode, so there is nothing to map the letter to.

Why are my capital letters unchanged?

That is how small caps are set. The first letter stays tall and the rest shrink. Type everything in lowercase if you want the whole line at small height.

Can I use small caps in a username?

No. Instagram, TikTok, Discord and X all limit handles to plain Latin letters, digits, dots and underscores.

Is this the same as making text smaller?

No. The characters are a fixed size defined by the font, so you cannot scale them. If you want genuinely smaller text, use the formatting controls of whatever app you are in.

Does small caps text hurt search?

Yes, like every Unicode style. A small caps word is different characters and will not match a plain search for that word.

Will it show on every device?

Small caps are among the most widely supported styles because they come from the phonetic block, which most system fonts include. A very old device may still show a box.