Text Styling
Unicode Cursive and Script Text Explained
Cursive Unicode text is the closest thing to handwriting that exists as plain, pasteable characters - but it has real, documented gaps worth knowing about before you rely on it.
Where the style comes from
Unicode's Script block (part of the Mathematical Alphanumeric Symbols range) contains a complete handwriting-style alphabet as its own set of code points. The Cursive Text Generator maps ordinary letters onto this block - not a font, just a different character for each letter, the same principle covered in Unicode Text vs Fonts.
Cursive Unicode characters
Hello World
ℋℯ𝓁𝓁ℴ 𝒲ℴ𝓇𝓁𝒹
The letters that fall back
Eight letters - uppercase B, E, F, H, I, L, M, R, and lowercase e, g, o - don't have their own code point in the Script block. Unicode reused an older, unrelated character for each of these instead of leaving a gap. This tool handles the substitution automatically, but it's worth knowing about if one letter in a word looks slightly different in weight or style from the rest - that's not a bug, it's the actual, documented shape of this Unicode block.
Numbers aren't supported at all
Unlike bold, cursive has no digit variants in Unicode whatsoever. Numbers in your input are left exactly as typed rather than approximated with a lookalike character - see Unicode Bold Text for the contrast.
Compatibility and accessibility
- Like other Mathematical Alphanumeric styles, cursive is Medium compatibility - well supported on current systems, less so on very old ones.
- Screen readers carry the same caution as bold Unicode text - see Fancy Text and Accessibility.
- It isn't an installed font, so it can't be selected as a "font" anywhere - only pasted as text.
Related tools
Related guides
- Unicode Text vs Fonts: What's the Difference?
Why a 'fancy font generator' produces real Unicode characters, not an installable font, and what that means in practice.
- Unicode Bold Text: How It Differs From Real Bold
Why Unicode bold characters are a different thing from HTML or CSS bold, and what that means for where each one works.