1001Ferramentas
🔡Text

Small Caps Typography

Convert lowercase letters into Unicode small caps. Unmapped characters stay unchanged.

Unicode small caps for bios and handles

You want that small-caps look in an Instagram bio, a LinkedIn post headline, or an email signature, somewhere there is no formatting toolbar and no CSS to reach for. The workaround is to use characters that already carry the small-capital shape, rather than a font applied on top of ordinary letters.

The conversion lowercases everything, then swaps each letter for its Unicode small-capital counterpart. Because these are genuinely different characters rather than formatting, they survive copy and paste into any field that accepts text. The non-obvious part is that Unicode never finished the small-caps alphabet: q and x have no equivalent in the set used here and come through unchanged. Accented letters such as c-cedilla and a-tilde pass through untouched as well.

This is for one short attention-grabbing line and not much more. In longer passages a screen reader may spell it out letter by letter, on-site search stops matching the word, and some forms reject the characters outright. Never put it in the title tag, the H1, or the meta description of a page you want ranked, because a crawler reads the literal characters and they do not match the normal spelling. On a real site or document, font-variant-caps: small-caps is the correct answer. Conversion happens in the browser.

Frequently asked questions

Why do q and x stay lowercase?
The character map in use has no small-capital equivalent for those two letters, so they pass through without conversion.
Does Google index this text normally?
It indexes the literal characters, which differ from ordinary letters. Someone searching the normally spelled word will not match it, so keep it out of titles and descriptions.
Does it work on Instagram and WhatsApp?
Yes, it is ordinary Unicode text and those apps accept it. Rendering depends on the device fonts, and older systems may show a box for the odd letter.

Related Tools