Unicode Bold
Convert plain letters and digits into Unicode ππππ‘ππ¦πππ’πππ₯ ππ¨π₯π glyphs for use anywhere markdown isn't allowed.
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
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.