TextToolboxTextToolbox
Glossary

Strikethrough Text

Strikethrough text has a horizontal line drawn through the middle of each letter, created in plain text using Unicode combining strikethrough characters that work anywhere text is accepted.

What Is Strikethrough Text?

Strikethrough text appears with a horizontal line running through the centre of each letter, as if the text has been crossed out — l̶i̶k̶e̶ t̶h̶i̶s̶. It is commonly used to show a correction, indicate deleted content, express irony, or create a comedic "changed my mind" effect in social media posts.

The plain-text version of strikethrough — the kind that pastes into Instagram bios, Discord messages, Twitter, and WhatsApp — is created using Unicode combining characters, specifically U+0336 (Combining Long Stroke Overlay). These invisible characters attach to each visible letter and instruct the rendering engine to draw a line through it. The result is real Unicode text, not an image or styled HTML.

HTML and markdown also support strikethrough: the HTML tag is <s> or <del>, and in many markdown implementations, surrounding text with ~~double tildes~~ produces a strikethrough. However, these methods only work inside HTML documents or apps that render markdown — they do not paste as crossed-out text into social media fields. Only the Unicode combining character method works universally.

How Strikethrough Text Works

Unicode defines a category of combining characters — code points that have no visual form of their own but modify the preceding character. U+0336, Combining Long Stroke Overlay, draws a horizontal line through whatever character precedes it. To create strikethrough text, a generator inserts U+0336 after every visible character in the input. The output looks crossed out but remains plain text.

Some platforms apply their own markdown-style strikethrough: Discord renders ~~text~~ as crossed out within chat messages, and Slack does the same. But these are platform-specific rendering rules — copy that text out of Discord and paste it elsewhere, and the tildes appear literally. The Unicode combining character method works across all platforms because the strikethrough is embedded in the character sequence itself.

Examples of Strikethrough Text

  • T̶h̶i̶s̶ t̶e̶x̶t̶ i̶s̶ s̶t̶r̶u̶c̶k̶ t̶h̶r̶o̶u̶g̶h̶
  • I c̶h̶a̶n̶g̶e̶d̶ m̶y̶ m̶i̶n̶d̶ updated my answer
  • Price: $̶1̶0̶0̶ $49 (sale pricing with crossed-out original)
  • My p̶l̶a̶n̶s̶ schedule for today

Where Is Strikethrough Text Used?

  • Social media humor: crossed-out text in captions signals a joke correction or ironic "what I meant to say" punchline
  • Showing edits publicly: writers use strikethrough in posts to show they changed their mind while preserving the original
  • Instagram bios: combining strikethrough with regular text creates a stylised bio with visual contrast
  • Discord and chat: strikethrough adds comedic tone to messages and indicates retracted statements
  • Content editing: in documents, strikethrough marks text for deletion without removing it, preserving the edit history visually

Try These Free Tools

See Strikethrough Text in action — free, no sign-up required.

Related Terms

Frequently Asked Questions

How does strikethrough text work in plain text?+

Plain-text strikethrough uses Unicode combining character U+0336 (Combining Long Stroke Overlay), which is inserted after every visible character. This combining character draws a horizontal line through the preceding letter. The result is plain text that pastes into Instagram, Discord, WhatsApp, and any app without requiring HTML or markdown.

Why does strikethrough text paste correctly on Instagram but HTML strikethrough does not?+

HTML strikethrough (<s> tags or ~~markdown~~) is a formatting instruction that requires an HTML or markdown renderer to interpret. Instagram, Twitter, and most social apps accept plain text only. Unicode combining strikethrough characters are embedded in the text itself, so they display correctly wherever Unicode text is supported — no renderer needed.

Can I use strikethrough text in WhatsApp?+

Yes, but WhatsApp has two methods. WhatsApp's own markdown renders ~tilde-wrapped text~ as strikethrough within the app — but this only works inside WhatsApp chats. Alternatively, Unicode combining strikethrough characters (from a generator) create visually crossed-out text that pastes and displays correctly in WhatsApp messages and status updates.

Does strikethrough text work in Discord?+

Discord supports both methods. Using ~~double tildes~~ around text triggers Discord's own markdown strikethrough within its client. Unicode combining strikethrough also works in Discord chat. The difference is that Discord markdown strikethrough only appears inside Discord — copy it out and the tildes show literally — while Unicode strikethrough works anywhere.

Is there a strikethrough text shortcut in most apps?+

Most rich-text editors (Google Docs, Word, Notion) support strikethrough via a keyboard shortcut — typically Alt+Shift+5 or a button in the formatting toolbar. However, these produce styled text that does not paste as crossed-out into social media fields. For cross-platform plain-text strikethrough that works in Instagram bios and Discord usernames, use a Unicode strikethrough generator.