The small caps converter turns regular text into Unicode small capital letters — uppercase shapes drawn at lowercase height. Unlike a font setting, these are genuine Unicode characters, so the result can be copied and pasted into social bios, usernames, and posts that do not otherwise support styled fonts.
How it works
Each input character is looked up in a table that maps the alphabet to its Unicode small capital code point — for example a and A both map to ᴀ (U+1D00), b/B to ʙ (U+0299), r/R to ʀ (U+0280). The mapping is case-insensitive. Digits, spaces, and punctuation have no small cap equivalent, so they pass through unchanged. A handful of letters lack a perfect Unicode small capital and use the nearest standard small-cap-style glyph.
Tips and notes
Small caps are a presentation effect built from real characters, not encryption, so screen readers and search may treat them differently from normal letters. Because rendering depends on the font, preview the output where you plan to use it. For other stylised looks, try the fullwidth or superscript converters.