# Small Caps Converter

Convert text to Unicode small capitals (ʜᴇʟʟᴏ). Uses Phonetic Extensions small-cap glyphs; letters without a dedicated glyph fall back to lowercase.

> Canonical page: https://elysiatools.com/en/tools/small-caps-converter

- **Category:** Text Processing

- **Keywords:** small caps, small capitals, unicode text, typography

## Overview

This tool converts your text into **Unicode small capitals** — letters that look like reduced-size uppercase, used for headers, subtle emphasis, acronyms, and typographic styling.

**How it works:**
- Each letter is replaced by its small-cap Unicode glyph (e.g. `h → ʜ`, `e → ᴇ`).
- Letters that have **no dedicated small-cap code point** (Q, S, X, and lowercase-only set) fall back to their lowercase form — this is the standard small-caps approximation used across the web, since Unicode does not assign a small-cap glyph to every letter.
- Uppercase and lowercase input map to the **same** small-cap glyph (small caps are inherently case-insensitive).
- Punctuation, digits, spaces, and non-Latin characters pass through unchanged.

**Good to know:**
- The result is plain Unicode text, not an image or font — it works in tweets, bios, docs, and code comments alike.
- Because some letters fall back to lowercase, output may look slightly uneven; this is inherent to Unicode small caps, not a bug.
- Screen readers and search engines may not interpret small caps as their base letters, so avoid them for critical accessibility or SEO text.

## Inputs

- **Text** (textarea): Type or paste text to convert to small caps...

## When to use

- When styling social media bios, captions, or profile names with a unique, eye-catching typographic look.
- When formatting subheadings, acronyms, or chapter titles in plain text documents where rich text formatting is unavailable.
- When writing stylized code comments or plain text notes that require subtle visual emphasis without using bold or italics.

## How it works

- Input your text into the text area, including any combination of uppercase and lowercase letters.
- The converter maps each Latin letter to its corresponding Unicode small-cap glyph from the Phonetic Extensions block.
- Any letters lacking a dedicated Unicode small-cap code point, such as Q, S, or X, automatically fall back to their lowercase forms.
- Copy the converted plain Unicode text directly from the output field to use in your desired platform.

## Use cases

- Formatting chapter titles and section dividers in markdown files or plain text ebooks.
- Styling usernames, bios, and post captions on platforms like Instagram, X (Twitter), and LinkedIn.
- Creating distinct visual hierarchies in plain text email signatures or code documentation.

## Frequently asked questions

### Does this tool generate a new font or image?

No, it outputs plain Unicode text characters that look like small capitals, allowing you to copy and paste them anywhere text is accepted.

### Why do some letters like S or X look different?

Unicode does not define dedicated small-cap glyphs for every letter; characters without a specific code point fall back to their standard lowercase forms.

### Can I use these small caps for website SEO or headings?

It is not recommended for critical SEO text or headings, as search engines and screen readers may not index or read Unicode small-cap glyphs correctly.

### Are numbers and punctuation converted?

No, numbers, punctuation marks, spaces, and non-Latin characters remain unchanged during the conversion.

### Is the conversion case-sensitive?

No, both uppercase and lowercase input letters map to the same Unicode small-cap glyphs.

## Related tools

- [Indented List to ASCII Tree](https://elysiatools.com/en/tools/ascii-tree-from-indented-list): Convert a 2-space / 4-space / Tab indented hierarchical list (Markdown bullets, -, *, 1. prefixes optional) into a copyable ASCII directory tree. Two styles: Unicode box-drawing (├──└──│) for GitHub/Discord and classic ASCII (|--\--|) for plain text. Toggles for full guide lines, trailing spaces, and bracketed leaf nodes like docs/\[api.md\].
- [Bold & Italic Text](https://elysiatools.com/en/tools/bold-italic-text): Convert text to bold, italic, or bold-italic using the Mathematical Alphanumeric Symbols Unicode block. Plain Unicode text — no font needed.
- [Fancy Text Generator](https://elysiatools.com/en/tools/fancy-text-generator): Convert text into every decorative Unicode style at once and compare them side-by-side — small caps, bold, italic, script, fraktur, double-struck, monospace, circled, fullwidth, strikethrough, underline, upside-down.
- [Fullwidth to Halfwidth Converter](https://elysiatools.com/en/tools/fullwidth-to-halfwidth): Convert fullwidth characters to halfwidth characters for proper text formatting
- [Glitch Text](https://elysiatools.com/en/tools/glitch-text): Create a glitchy / corrupted look by replacing each letter with neighbouring broken Unicode glyphs — Cyrillic/Greek look-alikes, block elements (█▓▒░), geometric shapes — for a flat smashed data-corruption aesthetic. Intensity slider + optional seed for reproducible results.
- [Halfwidth to Fullwidth Converter](https://elysiatools.com/en/tools/halfwidth-to-fullwidth): Convert halfwidth characters to fullwidth characters for CJK text formatting
- [Leet Speak Converter](https://elysiatools.com/en/tools/leet-speak-converter): Convert text to and from leet speak (1337). Encode with Basic, Full, or Caps styles, or decode leet back to plain text.
- [Line Ending Converter](https://elysiatools.com/en/tools/line-ending-converter): Convert text line endings between LF (Unix/macOS), CRLF (Windows), and CR (classic Mac). Normalizes mixed endings in one pass and reports the original breakdown.

## Samples

- [Copyright-Free MP3 Audio Samples](https://elysiatools.com/en/samples/mp3-samples): Collection of royalty-free audio samples for testing and development purposes including nature sounds, meditation music, and ambient audio
- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Special Characters Samples](https://elysiatools.com/en/samples/text-special-characters-samples): Sample text files with various special characters, punctuation, and symbols for testing non-alphanumeric character removal
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion

## Related content

- [Fancy Text, Unicode Styling, and Plain-Text Typography Tools](https://elysiatools.com/en/hubs/fancy-text-unicode-styling): Compare fancy text generators for small caps, bubble letters, superscript, underline, strikethrough, fullwidth styling, and glitchy Unicode effects in one hub.
- [Text Case, Encoding, and Normalization Conversion Tools](https://elysiatools.com/en/hubs/text-convert): Compare text case conversion, character-width conversion, encoding conversion, quoted-printable handling, and inline text normalization tools in one hub.
- [Text Tools](https://elysiatools.com/en/hubs/text-utility): Explore 33 text tools for utility workflows and compare closely related utilities quickly.
- [Text Analysis, Readability, and Content Inspection Tools](https://elysiatools.com/en/hubs/text-analyze): Compare text statistics, language detection, readability scoring, sentiment analysis, moderation review, and pattern analysis tools in one hub.
