Guide to Small Text
Learn about small caps and superscript Unicode characters for social media.
1. What is Small Text?
Small text uses Unicode code points that render smaller or raised compared to normal letters. Unlike changing font size, these are entirely different character codes.
2. Where Can I Use It?
Anywhere text is supported: Instagram bios, TikTok comments, Twitter posts, Facebook, YouTube, Discord, and more.
Reading Context on Platforms That Sub-Sample Unicode Glyphs
Small text generators map each input character to a Unicode trick that renders the same glyph at sub-baseline size. The superscript numerals and lowercase letters look the same shape but on a shifted baseline. Many operating systems render only a subset of these glyphs cleanly: iOS and recent macOS render most of the small-text alphabet, while older Android, Windows with default fonts, and terminals handle a smaller portion.
Before posting small text into a productive interface like a credit-card form or a shipping-address field, verify the platform you are writing into supports the glyphs you intend to use. Small text reads as decoration on social media where it does not need to be parsed, but reads as a bug when a parser encounters it where ASCII was expected.
Small Text and Accessibility Intersections
Small text is decorative rather than informational, because the size substitution removes meaning from screen readers, braille displays, and other assistive technology that maps characters to phonemes by their semantic identity rather than the rendered glyph. The user sees the same letters but the screen reader spells them as different code points entirely.
Reserve small text for non-informational contexts: signatures, status lines, decorative captions, footnote markers in social posts rather than product descriptions or pricing. Anywhere the user needs to read the actual words, use plain ASCII.
Conclusion
Done right, the whole operation takes seconds, runs entirely in your browser, and never uploads a byte of your input. For guide to Small Text — or anywhere a precise, in-browser result beats a heavier install — this tool is the right one.