How Unicode Strikethrough Actually Works

The crossed out text that survives copy and paste is not a font and not an image. It is ordinary letters paired with invisible combining characters. Here is the mechanism, explained plainly.

How Unicode Strikethrough Actually Works

Combining characters

Unicode includes a category of characters called combining marks. On their own they are invisible, but they attach to the character immediately before them and modify how it is drawn. Accents on letters work this way, and so do overlay strokes.

The long stroke overlay, code point U+0336, draws a horizontal line across the character it follows. Place one after every letter and the whole word appears struck through.

Why it survives copy and paste

Because the mark is a real character, it is part of the text data, not a style layer on top of it. When you copy the text, you copy the letters and the marks together. When you paste, both come along, so the line is preserved regardless of the destination.

Different marks, different looks

Several combining marks produce related effects. U+0336 gives the classic long strikethrough, U+0334 adds a tilde overlay for a wavy cross out, U+0337 is a short slash, and U+0332 draws a low line for underline. Our generator offers all four so you can compare them.

The limits of the trick

Rendering depends on the font and platform. Well maintained systems draw the marks correctly, but some older fonts lack full support and show boxes or gaps instead. Assistive technology may also read the base letters without announcing the overlay, which is worth keeping in mind for important content.

Frequently Asked Questions

Ready to cross out some text?

Type your words in the generator and copy the crossed out version in one tap.

Open the Generator
The Strikethrough Text Team
We write about strikethrough, Unicode text effects, and formatting across apps and platforms. Read our editorial policy.