Tools · Text

Minecraft Small Caps Font Generator

ᴛʏᴘᴇ ᴛᴇxᴛ → ɢᴇᴛ ꜱᴍᴀʟʟ ᴄᴀᴘꜱ

Scoreboards, tab lists, signs, item names, MOTDs — anywhere Minecraft renders text, these Unicode small capital letters make labels stand out without needing colour codes or texture packs. Type below, see the result instantly, copy it, and paste it straight into your plugin config or command.

Works on scoreboards, tablists, signs, books, MOTDsJava Edition · All versions with Unicode font

Each line becomes one scoreboard row. Numbers, symbols, and spaces pass through unchanged.

Type something above to see the small caps conversion.
Character Map
a
bʙ
c
d
e
f
gɢ
hʜ
iɪ
j
k
lʟ
m
nɴ
o
p
qǫ
rʀ
s
t
u
v
w
xx
yʏ
z

Where small caps text works in Minecraft

Small caps are pure Unicode — no mods, no resource packs, no special formatting codes needed. As long as the text reaches Minecraft's renderer, it displays. Here's where admins and players use it most:

Scoreboard sidebar

The objective display name and score labels both accept Unicode. Set the title to something like ★ ᴋɪʟʟꜱ and every player sees it the moment they join.

Tab list header & footer

The TAB plugin, CMI, and vanilla /title-adjacent commands all send raw component text. Small caps header lines make your server look polished immediately.

Signs and books

Copy the string, open a sign or book in-game, and paste it (Ctrl+V). Perfect for decorative shop signs, lore books, or spawn-area notice boards.

Server MOTD

Paste the small caps string into the motd= line of server.properties. Servers can use two lines — small caps on one, colour codes on the other for contrast.

Item display names

Rename items via anvil in-game or via /give with NBT. Custom kit plugins (EssentialsX kits, DeluxeMenus) read Unicode names from their YAML configs directly.

Boss bars and action bars

Plugins like MythicMobs, BossShopPro, and BarAPI send boss bar and action bar messages as raw text. Small caps work there too — a boss named ᴛʜᴇ ᴅʀᴀɢᴏɴ is immediately more atmospheric than plain "THE DRAGON".

What are these characters, technically?

Minecraft doesn't have a dedicated "small caps" font built in — what admins call "small caps" are Unicode IPA Extension characters in the range U+0250–U+02AF and Phonetic Extension characters in U+1D00–U+1D7F. Linguists use them to transcribe speech sounds; Minecraft players use them to make scoreboard headings look sharp.

When Minecraft renders a character it doesn't recognise in its default bitmap font, it falls through to the Unicode font (the texture sheet loaded from assets/minecraft/textures/font/). The Unicode font covers a vast portion of Unicode — including every IPA character this tool uses — so they render cleanly at any scale without requiring a resource pack.

Letter-by-letter breakdown

All 26 letters have an accepted small caps equivalent. The conversion is one-to-one: each letter maps to a single codepoint. Numbers, punctuation, spaces, and non-Latin characters pass through unchanged — they already render fine in Minecraft's font.

NormalSmall CapUnicodeNormalSmall CapUnicode
aU+1D00
nɴU+0274
bʙU+0299
oU+1D0F
cU+1D04
pU+1D18
dU+1D05
qǫU+01EB
eU+1D07
rʀU+0280
fU+A730
sU+A731
gɢU+0262
tU+1D1B
hʜU+029C
uU+1D1C
iɪU+026A
vU+1D20
jU+1D0A
wU+1D21
kU+1D0B
xx
lʟU+029F
yʏU+028F
mU+1D0D
zU+1D22

Note: x has no widely supported Unicode small cap equivalent that renders cleanly in Minecraft's font, so it is left as-is.

Plugin-by-plugin paste guide

Every plugin below accepts raw Unicode strings. Generate your small caps text above, copy it, and paste it exactly where shown.

TAB plugin (by NEZNAMY)

Open plugins/TAB/config.yml. Under header and footer, paste the small caps string inside the YAML value. Run /tab reload — no server restart needed.

Scoreboard via vanilla commands

/scoreboard objectives add kills dummy "ꜱᴛᴀᴛꜱ"
/scoreboard objectives setdisplay sidebar kills

The display name (the quoted part) accepts any Unicode string.

EssentialsX nickname

/nick ꜱᴛᴇᴠᴇ

EssentialsX passes the nickname straight to the chat formatter. The small caps string shows in chat, tab list (if using EssentialsX chat formatting), and death messages.

LuckPerms prefix / suffix

/lp group admin meta setprefix "[ᴀᴅᴍɪɴ] "

LuckPerms stores and reads the prefix as-is. Combined with a colour code before the bracket, small caps prefixes look professional in any chat format plugin.

server.properties MOTD

motd=§bᴍʏ ꜱᴇʀᴠᴇʀ §r§7● ꜱᴜʀᴠɪᴠᴀʟ & ꜱᴋʏʙʟᴏᴄᴋ

Save server.properties as UTF-8. Restart the server. The MOTD renders in the server browser exactly as it appears in the file.

Things that can go wrong

File saved with wrong encoding

If your YAML or properties file is saved as Windows-1252 or ISO-8859-1, multi-byte Unicode characters corrupt silently. Always save as UTF-8 without BOM. In VS Code click the encoding label in the bottom-right; in Notepad++ use Encoding → Convert to UTF-8.

Legacy Spigot versions (< 1.13)

Pre-1.13 servers use the old chat component system which has inconsistent Unicode support depending on the client OS. On 1.13+ with Paper or Spigot, Unicode characters are transmitted reliably. On very old servers (1.8–1.12), test in-game before committing Unicode to production configs.

Bedrock Edition font gaps

Bedrock's font does not cover all IPA Extension codepoints. Some small caps letters render as empty boxes on Bedrock clients. If you run a crossplay server, either avoid small caps in shared displays or test which characters both editions render correctly.

RCON and terminal display

Many RCON clients and server terminals display Unicode poorly because they use a fixed-width ASCII fallback font. The characters are still stored and sent correctly — they just look like question marks in the console. Check the actual in-game output before assuming something broke.

Frequently asked questions

What is the Minecraft small caps font?

It's a set of Unicode IPA phonetic extension characters — not a custom font file — that happen to look like miniature uppercase letters. Minecraft's built-in Unicode font covers these codepoints, so they render in-game without any resource pack.

Does it work on every Minecraft version?

Reliably on Java Edition 1.13 and above, where the component system and Unicode font were modernised. Older versions (1.8–1.12) work on most clients but have edge cases. Bedrock supports many but not all of the characters — test before deploying on a crossplay server.

Do I need a plugin or resource pack?

No. These are standard Unicode characters. Paste them anywhere Minecraft accepts text and they display immediately. No mods, no resource packs, no client-side installation required.

Can I combine small caps with Minecraft colour codes?

Yes. Colour codes (&a, &l, etc.) and MiniMessage tags work alongside Unicode characters. A common pattern is bold colour code + small caps for section headings: &6&lꜱᴛᴀᴛɪꜱᴛɪᴄꜱ.

Why does x have no small caps version?

There is no widely agreed-upon Unicode small capital X that renders consistently across the platforms Minecraft supports. The closest candidates (ꭓ U+AB53, ˣ U+02E3) either don't appear in Minecraft's font or look stylistically inconsistent with the other characters. The plain x is left unchanged.

Where can I find servers that use custom scoreboards?

Browse the Minecraft server list to find servers of every style. Most competitive and RPG servers make heavy use of styled scoreboards and tab lists — joining a few is a great way to see what combinations of colour codes and Unicode fonts look good together.