Style Text · browser-local
Bubble Text Generator
Wrap letters and digits in circles using the Unicode Enclosed Alphanumerics block. Unlike the letter-only styles, Bubble also covers 0–9, so numeric text converts cleanly.
- Index state
- eligible
- Reviewed
- 2026-08-24
- Input limit
- 5,000 graphemes
Bubble Text Generator
Ⓑⓤⓑⓑⓛⓔ ⓣⓔⓧⓣ ①②③
Good fit
Use this tool when
- You want a playful, rounded look for a short label.
- Your text includes numbers you also want styled.
- You want high visual coverage for ASCII letters and digits.
Keep the original
Avoid it when
- The text must stay easy to read at small sizes.
- Screen-reader clarity or search matters.
- You are styling a long paragraph.
Reviewed truth vectors
Examples that expose the edge cases
StudioⓈⓣⓤⓓⓘⓞLetters map to circled forms.
Level 7Ⓛⓔⓥⓔⓛ ⑦The digit 7 becomes a circled ⑦.
Note 123Ⓝⓞⓣⓔ ①②③Both letters and digits are covered.
Transparent implementation
How it works
- 01
Split the input into Unicode code points.
- 02
Map letters and digits to the Enclosed Alphanumerics block.
- 03
Preserve spaces and symbols, then report coverage.
Known limitations
What the result cannot promise
These are Unicode characters, not a bubble font.
Only ASCII letters and 0–9 have circled forms; other characters stay plain.
Circled glyphs can be hard to read at small sizes.
Questions before copying
Frequently asked questions
Does bubble text include numbers?
Yes. The Enclosed Alphanumerics block covers 0–9, so digits convert alongside letters.
Is it a font?
No. It uses Unicode circled characters. Copying transfers those characters, not a font setting.
Will every app show the circles?
Most modern apps do, but older systems may render boxes or fall back, so check the destination.
Experience, expertise & trust
How we verify this tool
Automated evidence
- Tool-contract & coverage suite30 deterministic cases
tests/tools-30.test.mjs mirrors the ToolRunner dispatch and asserts every registered engineId returns the contracted output shape, plus a coverage guard so no tool silently drops characters.
Run in: node --test after a production build (vinext build) - Rendered-HTML suite12 deterministic cases
tests/rendered-html.test.mjs renders the deployed server bundle and asserts the Unicode-version manifest and each wave's tool markup are present in the server-rendered HTML.
Run in: node --test against the built dist/server bundle - Transform & cleanup suite21 deterministic cases
tests/transform-cleanup.test.mjs exercises each deterministic cleanup and transform action against whitespace, duplicate, ordering, casing, and HTML-to-text edge cases.
Run in: node --test, no network, no randomness
Standards this tool follows
- The Unicode Standard, Version 17.0
Mathematical Alphanumeric Symbols and Enclosed Alphanumerics blocks used for presentation styles.
- UAX #44: Unicode Character Database
Character properties that determine which source characters have a style mapping.