TextyConverterbeta
⌘K

Unicode Bold

Convert plain letters and digits into Unicode 𝐌𝐚𝐭𝐑𝐞𝐦𝐚𝐭𝐒𝐜𝐚π₯ 𝐁𝐨π₯𝐝 glyphs for use anywhere markdown isn't allowed.

0 characters
0 characters

About Unicode Bold

This tool maps ASCII letters and digits to their Unicode Mathematical Bold counterparts (U+1D400–U+1D7FF). Unlike CSS bold, which only affects display, these are actual code points β€” so the bold styling survives copy-paste into Twitter, LinkedIn, Discord, Reddit titles, and any other context that strips formatting.

When to use it

  • Adding emphasis to a LinkedIn or X post that doesn't support markdown
  • Making a section heading stand out in a chat message
  • Producing eye-catching titles in usernames or profile bios
  • Decorating slide titles in tools that don't allow rich text

How it works

Each ASCII letter is mapped to its Mathematical Bold equivalent: A β†’ 𝐀 (U+1D400), a β†’ 𝐚 (U+1D41A), 0 β†’ 𝟎 (U+1D7CE). Characters outside the Latin alphabet and ASCII digits are passed through unchanged. The result is a sequence of code points in the Supplementary Multilingual Plane, fully supported by modern fonts.

Examples

Letters and digits styled bold
Hello World 123
π‡πžπ₯π₯𝐨 𝐖𝐨𝐫π₯𝐝 πŸπŸπŸ‘

Frequently asked questions

Is this real bold or just bold-looking characters?
It's bold-looking characters β€” each glyph is a separate Unicode code point intended for mathematical typesetting. Most fonts render them in a heavier weight, but they aren't semantically 'bold' in the way an HTML <strong> tag is.
Does it work everywhere?
Most modern apps render them β€” Twitter/X, LinkedIn, Discord, Slack, Notion, Google Docs. Old mobile messengers or terminals may show boxes for the unsupported glyphs.
Is it accessible?
No. Screen readers read each character as its math-symbol name ('mathematical bold capital H, mathematical bold small e…'), which is unintelligible. Don't use it for anything beyond decoration.
Will SEO crawlers see these as the same letters?
Search engines and indexes treat them as distinct characters from regular letters. Don't use Unicode bold in body content you want to rank β€” only in display contexts.

Related tools