Use decorative Unicode letters and symbols without creating unreadable names, noisy screen-reader output or confusing controls.

Review scope: Editorial boundary: the recommendations below reflect WCAG and Unicode guidance. They have not been certified through a named assistive-technology user study; test important content with the screen readers, languages and devices your audience uses.

The short version

Start here if you only have one minute. The full guide below explains each point.

01

Fancy text swaps letters

The style uses different Unicode characters. It is not the same as changing a font.

02

Keep key words normal

Names, links, and main messages are easier to read and search in plain letters.

03

Listen to the result

A screen reader may say every mark out loud. Keep decoration short and test it.

01

Fancy letters are characters, not fonts

A script or Fraktur character is not the letter it looks like. It has its own Unicode identity.

That is why styled text survives copy and paste. It is also why search, sorting and spell-check all stop working on it.

02

Keep semantic content conventional

Keep headings, instructions, links, form labels and names in ordinary letters. Those carry meaning that people and software both need.

Save the styled variants for short decorative touches where nothing is lost if they are skipped.

Key points
  • Good: a short decorative signature after a plain name
  • Risky: a whole bio converted to mathematical script
  • Avoid: symbol-only buttons without accessible labels
  • Avoid: critical warnings expressed only by colour and a glyph

03

Reduce auditory clutter

Repeated stars, dots and arrows may be read out one at a time. A divider that looks quiet on screen can become a long interruption in speech.

Hide anything purely decorative from assistive technology, or use a real rule instead.

Accessible design does not forbid decoration. It separates the message from the ornament so each reader can reach the same meaning.

04

Test with real tools

Test with the tools people actually use. Move through the page by keyboard. Check the labels. Zoom in. Listen with a screen reader.

Your own machine already has one. Turning it on for five minutes tells you more than any checklist.

05

What a screen reader does with styled letters

Styled text swaps each letter for a character from the maths block. Those characters have formal names like MATHEMATICAL BOLD SMALL A.

A screen reader reads what it is given. Depending on the software, it either reads that full name for every letter or skips the letter entirely. Both make a styled name unusable.

06

Fallback patterns that keep both

You rarely have to choose between the look and the access. On the web, an accessible-name attribute lets you show styled characters and hand assistive technology the plain word.

Real CSS styling is better still, because it styles ordinary letters instead of replacing them. Where a platform gives you no markup, put the plain version in nearby text.

Key points
  • Prefer CSS styling over character substitution wherever markup exists
  • Give an accessible name in plain characters when substituting
  • On platforms without markup, put the plain version in nearby text

07

Where styled text is genuinely fine

The case against styled text is not a case against ever using it. It is a case against using it for information.

A flourish or a sign-off costs nothing. A name, a heading, a link or an instruction costs a lot. Keep those plain and style them properly.

Key points
  • Safe: ornaments, flourishes, decorative sign-offs
  • Not safe: names, headings, links, instructions, labels
  • Where both are wanted, style ordinary letters with CSS instead

Plain text and styled substitutions compared

The visual result may be attractive while the stored letters become harder to search, pronounce or enter on another keyboard.

Use caseStyled text riskRecommended treatment
Display-name accentSome screen readers announce mathematical names.Style a short optional fragment and keep the recognizable name plain.
UsernameMentions, login rules and search can reject substitutions.Use the platform's permitted ordinary character set.
HeadingCopying may preserve unexpected mathematical code points.Apply a real visual font to ordinary HTML text.
ParagraphReading and spellchecking degrade across many words.Keep full sentences in conventional letters.

There is no universal screen-reader output for every symbol-font combination. Listen with the actual assistive technology and language settings used by the audience.

08

Copy the symbols discussed in this guide

This guide explains the topic. Use cursive letter symbols for the main copyable set, compare it with old english text symbols, and browse bubble text symbols for another useful angle. Each collection includes searchable Unicode names and HTML references.

𝒜 ℬ 𝒞

Cursive Letter Symbols

62 copyable entries

𝔄 𝔅 ℭ

Old English Text Symbols

62 copyable entries

Ⓐ Ⓑ Ⓒ

Bubble Text Symbols

62 copyable entries

More collections covered by this guide

The same ideas also help when you browse small text symbols, strikethrough text symbols, zalgo text symbols, mirror text symbols, and upside down text symbols. Open any collection to compare exact Unicode names, code points, and copy-ready forms.

Try the idea with a tool

Put this guidance into practice with bubble text converter, cursive text converter, old english text converter, upside-down text converter, small text generator, strikethrough generator, zalgo text generator, or mirror text generator. The Unicode tools hub explains which workflow to choose, and the Symbol Maker combines a style, a frame and an accent into one line.

09

Questions, answered

Are fancy letters inaccessible?+

They can be harder to search and hear, especially in long passages. Use them sparingly.

Should decorative symbols have alt text?+

Text characters do not have alt attributes; web authors can use accessible labels or hide purely redundant ornament.

Is emoji accessible?+

It can be announced meaningfully, but long repeated strings are often noisy.

10

Sources and review notes

Recommendations were checked against published platform, Unicode and accessibility guidance. This is a standards review, not a claim of testing every screen reader, app or device combination.