Sans Serif
HighNeutral sans-serif Unicode letters, close to normal text.
Convert plain text into specific Unicode variants and see exactly which block each result comes from — mathematical alphanumerics, enclosed letters, fullwidth forms and combining marks.
Private by design — your text is processed in your browser and isn’t sent to our server.
Neutral sans-serif Unicode letters, close to normal text.
Mathematical bold serif — heavier and more formal than sans bold.
Outlined blackboard letters that read as hollow text.
Fixed-width typewriter letters with an even rhythm.
Capital shapes at lower-case height — subtle and very readable.
Wide CJK-width letters, the base of the vaporwave look.
A long line through every character, using combining marks.
A continuous line under the text that travels with it.
Each letter inside an outlined circle — classic bubble text.
Letters wrapped in parentheses as single characters.
Normal letters pulled apart with spaces — stretched, not resized.
Regional-indicator letters that render as coloured tiles.
Raised mini letters that sit at the top of the line.
Lowered mini letters; only part of the alphabet exists in Unicode.
A narrower gap between letters for gentler spacing.
Letters inside outlined squares, blocky and technical.
Same letters, reverse order — nothing exotic to break.
Hollow blackboard capitals — light but still bold in shape.
Alternating upper and lower case, applied deterministically.
Spaces replaced with dots — handy for handles and usernames.
Lower case joined by underscores, safe in every username field.
Typewriter letters with spacing between them.
A shorter strike that leaves small gaps between letters.
Two stacked lines below the letters for stronger emphasis.
Every row below shows the word Abc123 converted by this page’s styles.
| Style | Example | Support |
|---|---|---|
| Sans Serif | 𝖠𝖻𝖼𝟣𝟤𝟥 | High |
| Double Struck | 𝔸𝕓𝕔𝟙𝟚𝟛 | High |
| Monospace | 𝙰𝚋𝚌𝟷𝟸𝟹 | High |
| Fullwidth | Abc123 | High |
| Strikethrough | A̶b̶c̶1̶2̶3̶ | High |
| Circled | Ⓐⓑⓒ①②③ | Medium |
Every conversion here is a character-for-character substitution. The letter A (U+0041) becomes MATHEMATICAL BOLD CAPITAL A (U+1D400), or FULLWIDTH LATIN CAPITAL LETTER A (U+FF21), or CIRCLED LATIN CAPITAL LETTER A (U+24B6). No formatting is applied, because plain text has no formatting to apply.
That distinction matters when you count characters. Most of the mathematical alphabet lives above U+FFFF, so a single styled letter takes two UTF-16 code units. Platforms that count code units — rather than characters — will treat a ten-letter styled word as twenty characters, which is why a styled bio can hit a limit sooner than the plain version.
Strikethrough, underline and overline are not substitutions. They append a combining character after each letter, and the renderer draws it on top of the previous glyph. The base letters stay exactly as they were, which is why struck-through text remains searchable and readable when the mark fails to render.
Zalgo uses the same mechanism, just with many marks stacked at once. Some apps normalise or strip long runs of combining marks, so heavy stacks are the first thing to break.
Unicode defines normalisation forms, and some systems apply them to text you submit. Under compatibility normalisation (NFKC) many styled letters collapse back to plain ASCII — a bold A becomes a plain A again. That is a feature, not a bug: it lets search and comparison work. It also means a styled username can silently become plain in a database that normalises input, so never rely on the styling being preserved in a system you do not control.
Mathematical Alphanumeric Symbols, U+1D400 to U+1D7FF. It contains bold, italic, bold italic, script, bold script, Fraktur, bold Fraktur, double-struck, sans-serif variants and monospace, plus several sets of digits.
Characters above U+FFFF are stored as two UTF-16 code units. Some platforms count those units instead of characters, so styled text consumes limits twice as fast. Small caps and fullwidth forms live below that boundary and count as one.
No. Conversion happens in your browser and produces a new string. Your input stays in the box, and nothing is sent to a server.
Digits are supported in the bold, sans, monospace, double-struck, fullwidth and circled families. Punctuation is only converted where a matching character genuinely exists — mostly in fullwidth and in the flipped set.
No. This maps characters to other characters. It does not produce escape sequences, entities or code points as text. If you need code points, the style names on this page tell you which block to look up.
Closely related tools, chosen for this page rather than generated from a list.