This tool restyles your text into the Mathematical Alphanumeric Symbols Unicode block, producing bold, italic, or bold italic glyphs (𝐇𝐞𝐥𝐥𝐨 / 𝐻𝑒𝑙𝑙𝑜 / 𝑯𝒆𝒍𝒍𝒐). The output is plain Unicode text — no font, no markdown — so it renders as styled text in social posts, chat, docs, and more.
How it works:
- Each Latin letter is replaced by its bold/italic/bold-italic counterpart from U+1D400–U+1D7FF.
- Characters without a styled counterpart — punctuation, digits, spaces, CJK, emoji — pass through unchanged.
- One known gap: Unicode has no italic capital H glyph (the slot U+1D45B is reserved). A capital
H in italic mode therefore stays as a normal H rather than being shrunk to the small-italic ℎ — this keeps case correct.
Choosing a style:
- Bold — strong emphasis, headings.
- Italic — light emphasis, titles, variable names in math notes.
- Bold Italic — combined emphasis where both weight and slant matter.
Good to know:
- The result is plain text, so it works even where formatting is stripped, but search engines and screen readers may not map these back to plain letters — avoid for accessibility- or SEO-critical text.