Four Italic Unicode Styles From One Input
Type your text once and all four italic styles update together. Each row is its own independent output with its own copy and share buttons, so you can grab exactly the variant you want without retyping anything.
These aren't a CSS font-style: italic or an image — every character is
swapped for a real Unicode code point from the Mathematical Alphanumeric Symbols block
(U+1D400–U+1D7FF), which is why the slant survives being pasted into a plain-text field
that has no styling support, like a username or bio.
What's the difference between the four styles?
Italic is a plain italic slant in sans-serif strokes, with no added weight. Italic Serif is the classic italic Unicode has offered the longest — serif strokes, also with no added weight. Bold Italic and Bold Italic Sans add bold weight on top of the slant, in serif and sans-serif forms respectively — these two are shared with the Bold Text Generator, since the underlying Unicode code points are identical.
Why doesn't Italic Serif use a normal "h"?
Look closely at the Italic Serif row and lowercase "h" looks slightly different from the rest — that's not a bug. Unicode's classic Mathematical Italic block has a documented gap at that position; instead of a dedicated italic h, it reuses U+210E, the "Planck constant" character, which happens to look like an italic h. This tool passes that character through deliberately to match the actual Unicode standard rather than substituting something else.
Why don't Italic and Italic Serif convert numbers?
Unicode's classic Mathematical Italic block only covers the 26 lowercase and 26 uppercase Latin letters — it has no italic digit range at all, so 0–9 pass through unchanged in those two styles. Bold Italic and Bold Italic Sans do convert digits, but only because they borrow the bold digit glyphs (there's no separate "italic digit" concept in Unicode either — bold italic digits look identical to plain bold digits).
Related tools
- Bold Text Generator — six bold Unicode styles, including the same Bold Italic and Bold Italic Sans variants.
- Mirror Text Generator — flips your text into horizontally mirrored writing.
- Reverse Text Generator — reverses character order without changing the letters themselves.
Last reviewed: August 2026