Flowing cursive text that travels with the characters
This tool converts plain words into the Unicode Mathematical Script block, giving a handwritten, calligraphic appearance. Because the style is encoded in each code point, it persists when pasted into usernames, bios and captions that ignore rich-text formatting.
How it works
The bulk of the block is contiguous: uppercase A starts at U+1D49C and lowercase a at U+1D4B6, mapped by offset. However, several glyphs were already encoded in the Letterlike Symbols block, leaving holes in the math block. The tool restores them with the existing symbols:
B → ℬ E → ℰ F → ℱ H → ℋ I → ℐ
L → ℒ M → ℳ R → ℛ e → ℯ g → ℊ o → ℴ
Digits stay as ASCII because no styled numerals exist in the Script block.
Tips and notes
- Beautiful for display names, signatures and decorative headings.
- The substituted letters may render with a marginally different weight depending on the font — that is expected, not a bug.
- Keep it decorative: assistive technology may not announce script characters as plain letters, so avoid it for essential information.