Small Caps Generator

Convert lowercase letters into Unicode small caps — ʜᴇʟʟᴏ ᴡᴏʀʟᴅ. Looks like UPPERCASE but quieter; pastes into Instagram, X/Twitter, Discord, and any plain-text field.

Example: Hello Worldʜᴇʟʟᴏ ᴡᴏʀʟᴅ

Small caps — ꜱᴍᴀʟʟ ᴄᴀᴘꜱ — are uppercase-shaped letters at lowercase height. Real typography uses dedicated small-caps glyphs (cut at the same x-height as lowercase letters); Unicode small caps are an approximation using the IPA phonetic-alphabet block, which most modern fonts render at roughly the right size.

The effect: emphasis without shouting. Where ALL CAPS feels aggressive, ꜱᴍᴀʟʟ ᴄᴀᴘꜱ feel formal, classic, and quiet — perfect for headers, brand names, and acronyms in social-media text.

Under the hood — the Unicode block

The Small Caps Generator maps each lowercase letter (a–z) to its Unicode small-capitals counterpart. The core transformation uses characters from the IPA Extensions block (U+0250–U+02AF) and the Latin Extended-C block (U+2C60–U+2C7F). For example, a (U+1D00), bʙ (U+0299), and hʜ (U+029C). The mapping is character-by-character: uppercase letters, digits, and punctuation remain unchanged. The result is a string that looks like uppercase but at the x‑height of lowercase — ideal for embedding in plain‑text environments. The tool iterates over each character of the input, checks if it falls in the range a–z, and replaces it with the corresponding small‑cap code point. Non‑Latin alphabets (e.g., Cyrillic, Greek) are not converted because their small‑cap equivalents rarely exist in standard fonts.

How to use it

  1. Type or paste your text into the input box.
  2. Click the “Generate” button to convert lowercase letters to small caps.
  3. Copy the result from the output area.
  4. Paste anywhere — Instagram, Discord, Twitter, or any plain‑text field.

Where it works — and where it breaks

Non‑Latin characters
Letters outside the Latin alphabet (e.g., α, б, 你) are left unchanged because Unicode provides no small‑cap equivalents for them.
Uppercase letters
Uppercase letters (A–Z) are not transformed; they remain as is to avoid double‑conversion conflicts.
Numbers and punctuation
Digits (0–9) and symbols retain their original form — only lowercase a–z are affected.
Mixed case input
Input containing both uppercase and lowercase letters will show a mix of normal caps and small caps, preserving the original casing intention.

Pro tips for stylized text

  • Use small caps for headings in Instagram bios or Discord server names to stand out without screaming.
  • Combine with other Unicode styles (e.g., strikethrough, double‑struck) for unique usernames.
  • Small caps work especially well for acronyms like NASA → ɴᴀꜱᴀ, keeping them legible but less aggressive.
  • Test the output in your target platform — some fonts may not render all small‑cap characters correctly.

vs HTML, Markdown, and styled-text fields

While word processors offer true small caps via font features, this tool works in any plain‑text field without formatting.

This toolMicrosoft WordCSS font-variant
PlatformAny plain‑text input (social media, editors)Word processor (requires .docx)Web pages (requires CSS support)
AccuracyUses Unicode approximation ( ≈ 11 % smaller than true small caps)True small‑cap glyphs from typefaceTrue small‑cap glyphs from typeface
Ease of useCopy/paste instantlyApply formatting via ribbon menuRequires coding and browser support
PortabilityWorks everywhere text is acceptedOnly in Word documentsOnly in CSS‑enabled browsers

Where this came from

Unicode small caps originated from phonetic transcription needs. The International Phonetic Alphabet (IPA) employs small capital letters to represent specific speech sounds (e.g., ʙ for a bilabial trill). As Unicode expanded, the IPA Extensions block (U+0250–U+02AF) codified these characters. Later, the Mathematical Alphanumeric Symbols block (U+1D400–U+1D7FF) added a full set of small caps for mathematical notation. This tool repurposes those phonetic characters for stylistic text, enabling the effect in any plain‑text environment.

What it looks like in real apps

Brand names and acronyms

NASA, BBC, OPEC look stronger in small caps than in mixed case but less aggressive than full caps. Common in literary fiction and design copy.

Headers and section breaks

Use small caps as a visual divider between paragraphs in long Instagram captions or LinkedIn posts. Reads as "this is a section heading" without the visual weight of full caps.

First-line styling in long posts

The first three or four words of a paragraph in small caps — a typography convention from print magazines — carries over surprisingly well to social media.

Subtle emphasis

When bold is too much and italic doesn't read, small caps are a third option that draws the eye gently.

Date / location headers

"Tᴜᴇsᴅᴀʏ, Mᴀʏ 5 — Lᴏɴᴅᴏɴ" reads as a polished header in plain-text contexts.

Questions about stylized text

Why do some letters look like regular lowercase?

Unicode doesn't have small-caps glyphs for every letter. s and x in particular have no small-cap equivalent in the standard IPA block, so we leave them as-is. The mismatch is occasionally visible in text like "ꜱᴀᴍᴜᴇʟ" where the leading s doesn't match the rest.

Is this real typography small caps?

No — true small caps come from font features (OpenType smcp) and require font support. Unicode small caps are an approximation via the IPA block. They look right enough to fool casual viewers but a typographer will spot the difference.

Will small caps work in search?

No. Search engines index small-caps Unicode as different code points from regular letters. Don't use small caps for content you want findable on-page.

Does it work for non-English alphabets?

The IPA block is Latin-only. Cyrillic, Greek, and other scripts pass through unchanged.

Embed our tools on your website

Free for any site. No signup. Iframe loads from our servers and stays up-to-date automatically.

📋 Embed the Word Counter

Copy this snippet:

Live preview:

📋 Embed this Small Caps Generator

Copy this snippet:

Live preview:

Want more options? All embeddable tools →