Unicode guide
Is Fancy Text a Real Font? How Unicode Styles Work
The bold, italic, script, and other decorative text copied into a plain-text field is usually not a font. It is a sequence of Unicode characters chosen because their glyphs resemble styled Latin letters or digits.
The style is part of the text
Many copyable styles use distinct code points from the Mathematical Alphanumeric Symbols block, U+1D400–U+1D7FF, together with characters from related blocks. A mathematical bold A and an ordinary A are therefore different characters, even when their meaning appears similar.
Copying this text transfers those code points. It does not transfer a bold setting, a font family, or other rich-text formatting. That is why the visual style can persist when the destination accepts only plain text.
GlyphSift𝐆𝐥𝐲𝐩𝐡𝐒𝐢𝐟𝐭GlyphSift's Mathematical Bold mapping replaces each supported ASCII letter with its Unicode counterpart.
What changes when code points change
Because styled letters are different characters, assistive technology may read them letter by letter or skip them. Search, mention matching, and other exact-text comparisons may also fail to treat them as the ordinary letters they resemble.
Rendering still depends on an available font containing the requested glyph. If a destination's font does not contain it, the character may appear as a missing-glyph box, often called tofu: □.
Coverage is not complete
Not every style has a counterpart for every source character. Some styled alphabets cover only A–Z, while digits, punctuation, accented letters, or letters from other scripts may remain unchanged.
Script, Fraktur, and Double-struck alphabets also use letterlike symbols to fill reserved gaps in their mathematical ranges. GlyphSift maps only known counterparts, preserves unsupported input, and reports coverage so a partial conversion remains visible.
Primary standards