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.
How to Use the Strikethrough Generator
Create crossed‑out text in three simple steps:
- Enter your text – Type or paste any text into the input box.
- Choose a mode – Select Unicode Combining for instant cross‑out, HTML Tag for web projects, or Single Combining Character for lightweight formatting.
- 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
| Mode | How It Works | Output Example | Best For |
|---|---|---|---|
| 🔤 Unicode Combining | Adds a special Unicode combining character (U+0336) after each letter | H̶e̶l̶l̶o̶ | Social media, WhatsApp, Instagram bios |
| 📝 HTML Tag | Wraps text with <s>text</s> or <del>text</del> | <s>Hello</s> | Websites, blog posts, email templates |
| 🎯 Single Character | Adds a single combining character (U+0336) to each letter | H̶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
<s> means "no longer accurate", while <del> means "deleted". For visual effect only, either works fine.<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.