LazyTools

🔒 Every tool runs in your browser — the files and values you enter are never uploaded to any server. How it works

Fonts & Typography

Turn plain text into copy-and-paste fancy fonts — bold, italic, cursive, small caps, bubble and wide — for bios, usernames and captions. Plus CSS typography calculators for designers: px-to-rem, modular type scales and line height. Everything runs in your browser.

Fancy fonts are Unicode, not fonts

The "fonts" from these generators aren't installed anywhere. Each letter is swapped for a look-alike Unicode character — bold, italic and cursive come from the Mathematical Alphanumeric Symbols block; bubble, small caps and full-width letters from their own blocks. Because the result is ordinary text, it keeps its styling when pasted into places that offer no formatting at all: Instagram and TikTok bios, Discord names, message threads. The one real trade-off is accessibility — screen readers can't read styled Unicode properly, so it's for decoration, not meaning.

The CSS typography calculators serve a different audience — web designers and developers sizing type with rem, building a modular scale, or setting comfortable line height. To turn styled Unicode back into plain letters, use the fancy-text decoder in Text Tools.

Frequently asked questions

Are the fancy fonts real fonts?

No — nothing is installed. The generators map each letter to a look-alike Unicode character (mostly from the Mathematical Alphanumeric Symbols block), so the styled text is plain Unicode that copies and pastes into places that don't allow font changes, like social bios and usernames.

Will the styled text paste into Instagram, Discord and TikTok?

Yes — those and most chat apps, spreadsheets and document titles accept Unicode text, so the styling survives copy-and-paste. A few older systems strip unsupported characters, so preview before you rely on it.

Are Unicode fancy fonts accessible?

No, and it's worth knowing: screen readers announce the underlying characters as "mathematical bold" letters or skip them, and search can misread them. Use fancy text for decoration, never for meaning a reader needs.

What are the calculators for?

The px-to-rem converter, type scale generator and line-height calculator are for web designers and developers working with CSS typography — converting units, building a harmonious set of heading sizes, and setting comfortable line spacing.