Free copy and paste text tool
Cool Text Generator
This page focuses on the loud end of the spectrum: symbol frames, strikethrough, wave effects, and glitch-style marks. Type a short word and copy the effect you want.
How decorated styles are built
The effects on this page are not single characters. They use combining marks - code points that attach to the character before them. A strikethrough style places U+0336 after each letter; an underline style uses U+0332. The base letter stays a normal letter and the mark renders on top of it.
This is why decorated text sometimes behaves oddly. Deleting one character may remove only the mark, cursor movement can feel like it skips, and each visible letter can cost two or three characters against a field limit.
Character limits are the real constraint
A ten-letter name in a strikethrough style is roughly twenty code points. In a field capped at sixteen characters, it will be rejected or truncated even though it looks short. Frame styles that wrap every letter in brackets are worse, sometimes tripling the count.
If a platform rejects your text, try a single-character style such as bold or gothic first. Those substitute one code point per letter and behave like normal text against a limit.
Where decorated text works well
Gaming handles, clan tags, Discord statuses, stream titles, and temporary captions are good fits. These are short, visual, and replaced often, so the readability cost is low and the visual payoff is high.
It works poorly in bios, business names, anything searchable, and anything you expect other people to type. Combining marks are effectively impossible to reproduce by hand.
Keeping cool text readable
Frame the word instead of decorating every letter. Putting a symbol at the start and end of a plain name keeps it legible while still looking distinct, and it costs far fewer characters than a per-letter effect.
Test on a phone before committing. Many combining marks that render cleanly on desktop overlap or clip on mobile, which is where most people will see your profile.
Quick Reference
| Placement | Recommendation | Why |
|---|---|---|
| Symbol frame around a plain name | Low cost, high readability | Two extra characters total. The safest decorated option. |
| Strikethrough or underline | Two code points per letter | Doubles the character count. Fine for captions, risky in limited fields. |
| Bracket or box frames per letter | Three or more per letter | Triples the count and often rejected by name fields. |
| Multi-mark glitch effects | Highest cost, least predictable | Rendering varies widely between devices. Use for temporary text only. |
| Wave and spacing effects | Moderate cost | Readable, but doubles apparent width on a phone. |
Frequently Asked Questions
Does the cool text generator require signup?
No. It is free and runs in your browser with no account.
Why does my cool font look different in another app?
Apps use different fonts to render Unicode. Combining marks are the least consistent, so pick a simpler style when appearance matters.
Why does a short name exceed the character limit?
Decorated styles use several code points per visible letter. Platforms count code points, not letters.
Why is deleting decorated text awkward?
Each backspace can remove one combining mark rather than the whole letter, so you may press it several times per character.
Related Tools
Browse every style on the main font generator, or jump to a specific look:
Last reviewed: