ᴀ Small Caps Text Generator
By ToolNimba Editorial Team · Updated 2026-06-19
Type some text above to see it in small caps.
This small caps generator turns ordinary text into Unicode small capital letters: lowercase shapes drawn at roughly capital height, like ᴛʜɪs. Type or paste your words, and you get a copyable string of real Unicode characters you can drop straight into an Instagram bio, a TikTok caption, a username or a post. It is not a font you install; it is plain text that keeps its look wherever Unicode is supported.
What is the Small Caps Generator?
Small caps are letters shaped like capitals but sized close to lowercase x-height. Typographers have used them for centuries in print to add quiet emphasis without the shout of full capitals. On the web there are two ways to get them: a real font feature (the CSS font-variant small-caps property) that your software renders, or dedicated Unicode characters that carry the look with them. This tool uses the second approach, so the styled text survives copy and paste into apps that do not let you change fonts at all.
The trick is that Unicode already contains a set of small-capital letters, mostly from the phonetic alphabet used by linguists. For example, small capital A is the character ᴀ (U+1D00) and small capital N is ɴ (U+0274). The generator holds a built-in map from each ordinary letter to its small-cap counterpart and swaps them one by one. Anything that is not a Latin letter, such as spaces, numbers, emoji and punctuation, passes through untouched, so your text keeps its structure.
There is one catch worth knowing. Unicode does not provide a small-capital glyph for the letters Q and X. When the tool meets those letters it falls back to the plain uppercase letter, so a word like quiz comes out with a full-size Q followed by small caps. This is a limitation of the character set itself, not of the tool, and every small caps generator that relies on Unicode shares it. The result still reads cleanly, the Q and X just sit at full height.
When to use it
- Styling an Instagram, TikTok, Threads or Twitter or X bio so a name or tagline stands out from plain text.
- Adding quiet emphasis to a heading or section label in a chat app or document that has no formatting controls.
- Creating a distinctive username, display name or channel title that still reads as normal words.
- Dressing up captions, comments or messages where bold and italic are not available but Unicode text is.
How to use the Small Caps Generator
- Type or paste your text into the box.
- Watch the small caps version appear instantly below.
- Choose the standard version (keeps your existing capitals) or the all small caps version.
- Press Copy and paste the styled text into your bio, caption, username or post.
Formula & method
Worked examples
You type the word "hello" into the generator.
- h maps to ʜ (U+029C)
- e maps to ᴇ (U+1D07)
- l maps to ʟ (U+029F)
- l maps to ʟ again
- o maps to ᴏ (U+1D0F)
Result: hello becomes ʜᴇʟʟᴏ
You type "quiz", which begins with the letter q that has no small-cap glyph.
- q has no Unicode small-cap glyph, so it falls back to the uppercase Q
- u maps to ᴜ (U+1D1C)
- i maps to ɪ (U+026A)
- z maps to ᴢ (U+1D22)
Result: quiz becomes Qᴜɪᴢ, with a full-size Q because no small-cap q exists
Unicode small capital letters used by this generator
| Letter | Small cap | Unicode |
|---|---|---|
| a | ᴀ | U+1D00 |
| e | ᴇ | U+1D07 |
| i | ɪ | U+026A |
| n | ɴ | U+0274 |
| o | ᴏ | U+1D0F |
| r | ʀ | U+0280 |
| s | ꜱ | U+A731 |
| t | ᴛ | U+1D1B |
| q | Q (no glyph) | falls back to uppercase |
| x | X (no glyph) | falls back to uppercase |
Common mistakes to avoid
- Expecting Q and X to shrink. Unicode has no small-capital glyph for q or x, so the generator shows a full-size uppercase letter for them. This is a gap in the character set, not a bug, and it affects every Unicode-based small caps tool.
- Assuming it works as a heading or accessible text. Screen readers may spell out or skip these phonetic characters, and search engines can read them differently from normal letters. Use small caps for decorative flair, not for important headings, links or body copy that needs to be accessible.
- Pasting into a place that strips special characters. Some forms, legal-name fields and older systems reject non-standard Unicode and may show boxes or remove the text. Keep a plain version handy in case the styled one is not accepted.
- Confusing this with a real font. These are individual Unicode characters, not the CSS small-caps font feature. They look the same everywhere Unicode is supported, but you cannot select them from a font menu, and you cannot mix them mid-word the way a true font variant would.
Glossary
- Small caps
- Letters drawn in the shape of capitals but sized close to lowercase height, used for understated emphasis.
- Unicode
- The global standard that assigns a unique code point to every character, so the same symbol looks the same across apps and devices.
- Code point
- The numeric identifier of a character in Unicode, written as U+ followed by hexadecimal digits, such as U+1D00 for small capital A.
- Glyph
- The visual shape of a character as drawn by a font. Small caps q and x have no dedicated glyph in Unicode.
- Fallback
- The substitute shown when an exact character is unavailable. Here, q and x fall back to their uppercase forms.
Frequently asked questions
What is a small caps generator?
It is a tool that converts ordinary text into Unicode small capital letters: lowercase shapes drawn at roughly capital height. The output is plain text you can copy and paste into bios, captions and usernames, so the styled look travels with the characters themselves.
Is this a real font I need to install?
No. It uses individual Unicode characters that already carry the small-caps look, so nothing is installed. The text keeps its appearance anywhere Unicode is supported, including apps that do not let you change fonts at all.
Why do the letters Q and X stay full size?
Unicode does not include a small-capital glyph for q or x, so the generator falls back to the uppercase letter for them. Every small caps tool that relies on Unicode has this same limitation; it is a gap in the character set, not a flaw in the tool.
Will small caps work in my Instagram or TikTok bio?
Yes, in most cases. Instagram, TikTok, Threads, Twitter or X and many other apps display these Unicode characters fine. A few older or strict systems may strip them, so test the paste and keep a plain version as a backup.
Is small caps text good for accessibility and SEO?
Use it for decoration only. Screen readers may misread phonetic small-cap characters, and search engines can treat them differently from normal letters. Keep important headings, links and body text in standard characters.
Does my text get sent anywhere?
No. The conversion happens entirely in your browser with a built-in character map. Nothing you type is uploaded, stored or sent over the network, so it is safe to use for private notes and drafts.