How to Type Small Letters on Phone (iOS and Android)
There is no small letters key on the iPhone keyboard. There is no small letters key on the Android keyboard. “Small letters” in a bio, a caption, a chat, or a comment is the small-caps Unicode alphabet (ᴀ, ʙ, ᴄ, …) pasted as real characters, not typed from a hidden key. This is the honest version — why the keyboard does not have the key, the fast workaround, and the slow ones that work for a single character.
The fastest path is the Tiny Text Generator: type, copy, paste. The rest of this article is what to do when that is not available, plus the long-term setups that make the work less painful.
Why there is no small letters key
Phone keyboards are designed around the Latin alphabet, the digits, common punctuation, and a curated emoji set. The keys that are there are the ones that earn their place: 26 letters, 10 digits, period, comma, question mark, the space bar. The Unicode consortium has defined hundreds of thousands of characters; the phone keyboard exposes perhaps 200 of them.
Small caps is way down the list. It is not a frequently typed character for the median phone user, so the keyboard designer does not include it. The iOS and Android system keyboards both include extensive system-wide character pickers, but those are not keyboards; they are search-driven browsers over the full Unicode set.
The result is that small caps, like most “small text” styles, is reachable only via copy-paste from somewhere that has the character. That somewhere is usually a web tool or a special-character picker.
The fastest workaround
- Open the Tiny Text Generator in Safari or Chrome on your phone.
- Type the text you want in small caps (a name, a phrase, a label).
- Tap Copy.
- Switch to the app where you wanted the small text (Notes, Messages, Mail, Slack, Discord, Instagram, etc.).
- Tap and hold in the text field → Paste.
The small-caps characters appear exactly as you copied them. This works because they are real Unicode characters, not a font setting — your phone’s text engine treats them as ordinary text and renders them with whatever font is configured for the field.
It is two taps once you have the generator open. The friction is opening the generator the first time; after that, most phones remember the page in the recents list. The general Unicode paste pattern is covered in the subscript on phone keyboard guide; the small-caps specific case is below.
The slow workaround — system character pickers
Both iOS and Android ship with a system-wide character picker. You do not need to install anything; the picker is built in.
iOS:
- Tap the field where you want the small text.
- Tap the globe key to switch keyboards (if you have multiple).
- Long-press the emoji key (the smiley face).
- Wait for the popover, then tap the abc key.
- The character picker slides up. The small-caps characters live in a few different sub-categories — try the search field at the top, type “phonetic”, or scroll the Latin section looking for the small capital letters.
Small caps characters like ᴀ ʙ ᴄ are in the iOS character picker; the search field makes them findable. They are not in a “small caps” category because Unicode does not have one — they are scattered across the Phonetic Extensions and Latin Extended-D blocks. Searching by name or by code point is the fastest path.
Android (Gboard):
- Tap the field where you want the small text.
- Tap the emoji key (the smiley face).
- Tap the abc key in the bottom bar.
- The character picker slides up. The search field at the top is the fastest way — type “small capital”, “phonetic”, or the letter you want.
Gboard’s picker is slightly more searchable than iOS’s, but it is still a per-character interaction, not a typing experience.
Android (Samsung Keyboard):
Same as Gboard, but the search field is labelled “Search symbols”. Type “small capital” and the available characters come up.
Why both pickers are bad for typing a word
Suppose you want to type “alex” in small caps: ᴀ ʟ ᴇ x. The “x” stays lowercase because Unicode has no proper small-capital x. On iOS:
- Long-press globe → emoji → abc → search “small capital a” → find ᴀ → copy → paste.
- Search “small capital l” → find ʟ → copy → paste.
- Search “small capital e” → find ᴇ → copy → paste.
- Type the x normally.
Four discrete steps, three of which involve the character picker. This is not typing. It is character-by-character assembly.
The same is true for any word: copy-paste from a generator collapses it to “type once, copy, paste”. The character picker is the fallback for when you need a single small letter and have no internet access to load a generator.
If you need to type small caps regularly
Three options that beat copy-pasting from a generator each time.
Save a snippet. On iOS, Settings → General → Keyboard → Text Replacement. Add a snippet like “ssa” → “ᴀ” (or a longer one like “ssalex” → “ᴀʟᴇx”). Then in any app, type “ssa” and iOS expands it to ᴀ. Set up a snippet for each small-caps letter you use, or for whole small-caps phrases. On Android, Gboard has a similar feature under Settings → Dictionary → Personal dictionary → Phrase shortcut. Both work offline, both are free, both get the typing speed back.
Use a notes app that supports Markdown or HTML. Some notes apps render <small>ALEX</small> or ~~alex~~ as small caps in the rendered view. Bear, Obsidian and a few others handle this. The caveat: the rendered view is not copy-paste-friendly — the underlying text is still the HTML or Markdown source, so the small caps only render inside the app that produced it. The output is not the styled Unicode characters; it is the source text that produces the styled look.
Use a third-party keyboard with a small-text feature. Some third-party keyboards (like Grammarly Keyboard) include a small-text feature in the symbol menu. The implementation is the same Unicode small caps, but exposed through a UI that is more discoverable than the system picker. The trade-off is granting a third-party app full keyboard access, which means it can technically log everything you type. The risk is real; pick a reputable keyboard.
The honest caveats
Not all apps render small caps the same way. Most apps on iOS and Android use the system font for rendering, so small-caps characters render at the same height and weight everywhere. A few apps (older or specialised) use custom fonts that lack the small-caps glyphs; in those apps, small-caps characters render as placeholder boxes or as the underlying normal character at a smaller size. The Tiny Text Generator preview will show you what to expect.
Coverage gaps are real. The small-caps alphabet has no proper character for q or x. A good tool substitutes a look-alike for q (ǫ) and keeps lowercase x. The result is readable, but a phonetician would notice. Worth knowing in advance; the what is small caps guide has the full character map.
The character picker is slow per-character. This is the dominant truth of typing small caps on a phone. There is no faster way without a snippet system, a custom keyboard, or copy-paste from a generator.
Search inside the app is plain text. A message containing “ᴀʟᴇx” cannot be found by searching the chat for “alex”. The small-caps characters are a different string. Worth knowing before you store something important as small caps.
Quick recap
There is no small letters key on iOS or Android. The fastest path is to copy-paste from the Tiny Text Generator. The slow path is the system character picker, which works for a single character but is impractical for a word. For repeated use, save text-replacement snippets on iOS or personal-dictionary shortcuts on Android, or use a Markdown notes app that renders small caps properly. The underlying characters are real Unicode, which is why the copy-paste approach works everywhere a Unicode-accepting field exists.