Small Caps Text Generator – Unicode ꜱᴍᴀʟʟ ᴄᴀᴘꜱ You Can Paste Anywhere
The Small Caps Text Generator rewrites ordinary typing as Unicode small capitals — ʟɪᴋᴇ ᴛʜɪꜱ — so the styling travels with the text into Instagram and X bios, Discord names, YouTube titles, Reddit posts, Notion headings, Steam profiles and spreadsheet labels. Because each letter is swapped for a different character, not wrapped in a style, the look survives copy and paste into apps that strip HTML and CSS entirely.
Unicode small caps vs the CSS font-variant property
Typographers have set small capitals for centuries, and browsers expose them through font-variant: small-caps. That is a rendering instruction: it works only inside a page you control, and copying the rendered text hands you back plain letters. This tool works one level down, at the character level. The letter a is replaced by ᴀ at codepoint U+1D00, h becomes ʜ at U+029C, and the string that lands in your clipboard is genuinely made of those characters.
Where the glyphs come from
These letterforms were never designed for decoration. They were encoded for linguists, and they live in three blocks: IPA Extensions, Phonetic Extensions and Latin Extended-D. Phoneticians use ɴ, ʀ and ʙ to mark specific sounds, which is why the set is incomplete for anyone treating it as a font.
| Letter | Small capital | Codepoint | Support |
|---|---|---|---|
| a | ᴀ | U+1D00 | Excellent |
| f | ꜰ | U+A730 | Spotty on old Android |
| q | ꞯ | U+A7AF | Rare, added late |
| x | — | none | No character exists |
The q and x problem
Unicode has no small capital X at all, and small capital Q arrived so late that many phones and older desktops still render it as an empty box. Rather than silently producing a broken-looking string, the generator exposes the choice: use a nearest look-alike, drop to lowercase, raise to a full capital, or leave the letter exactly as typed. The preview and the codepoint inspector flag every glyph with patchy coverage so you can spot the risk before you paste.
Options worth knowing
Strip diacritics folds café to ᴄᴀꜰᴇ, because accented small capitals do not exist. Preserve URLs, emails and @handles leaves links and mentions untouched so they keep working on the target platform. Letter spacing inserts a real hair space U+200A or thin space U+2009 between characters for a wide editorial look that also survives copy and paste. The reverse direction decodes small caps, bold capitals and small digits back to plain ASCII, which is what you want when you need to search for someone whose username is stylised.
Characters, code units and bytes
Small capitals sit outside ASCII, so one letter that cost a single byte now costs two or three in UTF-8, and Unicode bold capitals cost four because they are encoded as surrogate pairs. Platforms disagree about what they measure: some count code points, some count UTF-16 code units, and databases count bytes. The tool reports all three next to a fit check for common bio and username limits, so you learn before posting that a 150-character bio has quietly become 400 bytes.
Typical uses
People reach for small caps to give a social bio a quiet, typographic feel, to make a gaming handle stand out in a member list, to label a section in a note-taking app that has no styling of its own, and to de-stylise text they copied from somewhere else. Every conversion here is a pure lookup in your browser — nothing you type is uploaded, and the same input always produces the same output.