Tools
Privacy Blog

Strikethrough Generator

Convert normal text to s̶t̶r̶i̶k̶e̶t̶h̶r̶o̶u̶g̶h̶ format. Perfect for memes, social media edits, and creative text effects. All processing happens locally – your text never leaves your browser.

Try an example:

How to Use the Strikethrough Generator

Create crossed‑out text in three simple steps:

  1. Enter your text – Type or paste any text into the input box.
  2. Choose a mode – Select Unicode Combining for instant cross‑out, HTML Tag for web projects, or Single Combining Character for lightweight formatting.
  3. Generate & copy – Click the button and copy the result to your clipboard. Paste it anywhere – social media, documents, or code.

Understanding the Three Strikethrough Modes

ModeHow It WorksOutput ExampleBest For
🔤 Unicode CombiningAdds a special Unicode combining character (U+0336) after each letterH̶e̶l̶l̶o̶Social media, WhatsApp, Instagram bios
📝 HTML TagWraps text with <s>text</s> or <del>text</del><s>Hello</s>Websites, blog posts, email templates
🎯 Single CharacterAdds a single combining character (U+0336) to each letterH̶e̶l̶l̶o̶Minimalist uses where compact formatting is preferred

What Is the Unicode Strikethrough Character?

The strikethrough effect is created using a special Unicode character called the Combining Long Stroke Overlay (U+0336). This character is placed after a regular letter and visually adds a horizontal line crossing it. Because it's a combining character, it stacks on top of the base character. The result is a natural-looking strikethrough that works on almost any modern platform – including Instagram, WhatsApp, Twitter, and Facebook.

💡 Technical note: Unicode combining characters can sometimes render differently on older systems, but most modern apps and browsers support them perfectly.

Creative Uses for Strikethrough Text

  • Social media humor: Use crossed‑out text to correct yourself jokingly (e.g., "I love waking up̶ sleeping in").
  • Design mockups: Show original vs. deleted content without removing text.
  • Product discounts: On platforms that don't support HTML, use Unicode strikethrough to show old prices next to new ones.
  • Creative writing: Add dramatic effect to poetry or social media posts.

Frequently Asked Questions

Does this work on Instagram / WhatsApp?
Yes! The Unicode Combining Mode works perfectly on Instagram bios, WhatsApp messages, Twitter/X posts, and many other social apps.
What's the difference between <s> and <del> in HTML?
Both produce a strikethrough line. Semantically, <s> means "no longer accurate", while <del> means "deleted". For visual effect only, either works fine.
Can I combine strikethrough with bold or italic?
The Unicode combining mark only adds a line. To combine with other styles, first apply bold/italic using other tools, then generate strikethrough on the result.
Is my text private?
Absolutely. All processing happens directly in your browser. Your text never leaves your device – no servers, no logs, no storage.
Does strikethrough text work in emails?
HTML mode (with <s> tags) works in HTML emails. Unicode strikethrough may not display in all email clients, so for professional emails we recommend the HTML tag approach.
Privacy Blog