Cursed Text Generator
Cursed text is what happens when you attach combining marks to a letter faster than it can carry them. Each mark is a real Unicode character that renders on top of the previous one, so a single letter can end up with a dozen accents stacked above, below and through it. The letter is still there — it is just buried.
The two intensities below differ only in how many marks get attached. Cursed is the moderate setting: enough distortion to read as wrong at a glance while the word stays recognisable. Zalgo is the heavy setting and is genuinely unreadable — treat it as a texture rather than as text.
The randomness here is deterministic, which matters more than it sounds. The marks are chosen from a seed derived from your input and the intensity, so the same text always produces the same cursed output. Refresh the page, come back tomorrow, or paste it on another device and you get byte-identical results, which is what lets you copy something now and recognise it later.
- Cursed Text
- Zalgo
- Slash Through
- Strikethrough
- Upside Down
- Reversed
How to use it
- 01
Type your text
Enter the word or phrase you want to curse. The distortion is seeded from the text itself, so tweaking a letter changes the whole pattern rather than just that one position.
- 02
Pick an intensity
Cursed keeps the word legible enough to be recognised, which suits a bio or a status line. Zalgo is the full effect and works better as a decorative block than as something anyone will read.
- 03
Copy and paste
Hit Copy and paste with Ctrl+V or Cmd+V. Keep in mind that some platforms trim combining marks on save — if the text comes out clean, that field is normalising Unicode and no generator can get around it.
Frequently asked questions
What does cursed text do to a username?
Usually nothing good. Most platforms cap the number of characters a name can hold, and a cursed string burns that budget fast because every accent counts. Discord nicknames take thirty-two characters, so a cursed name can exhaust the limit after four or five letters.
Why is my cursed text cut off partway?
It hit a character limit. Stacking marks multiplies the length of your text several times over, and the field truncated it at its maximum. Shorten the input, or switch to a style that does not add characters.
Is cursed text the same as Zalgo?
Zalgo is the general name for the technique and also the name for its heaviest common setting. Cursed is the same mechanism at lower intensity. Both attach combining marks to letters; the only difference is how many.
Can cursed text break someone’s device?
No, but it can slow one down. A long cursed string forces the renderer to lay out hundreds of overlapping glyphs, and older phones sometimes stutter on a full paragraph of it. A few words are harmless; a wall of it is antisocial.