Beginner

Strikethrough Text Generator — Copy & Paste Unicode

Turn any text into strikethrough characters you can copy and paste anywhere — no special formatting mode needed. Three Unicode styles available, plus Markdown syntax for Slack, Discord and Reddit.
Emojis and non-Latin scripts are supported

Combining character style

All three work in most browsers and messaging apps
Strikethrough — long stroke (U+0336)
H̶e̶l̶l̶o̶ ̶W̶o̶r̶l̶d̶
Long stroke (U+0336)
H̶e̶l̶l̶o̶ ̶W̶o̶r̶l̶d̶
Short stroke (U+0335)
H̵e̵l̵l̵o̵ ̵W̵o̵r̵l̵d̵
Diagonal slash (U+0338)
H̸e̸l̸l̸o̸ ̸W̸o̸r̸l̸d̸
Markdown syntax
~~Hello World~~
Character count
11
How it works
1

Each character receives a zero-width combining overlay

"H" + U+0336 → "H̶"
2

The combining character is rendered on top of the preceding glyph

"Hello" → "H̶e̶l̶l̶o̶"
3

Markdown alternative for Slack, Discord, Reddit, GitHub

~~Hello~~
Results are estimates for general information only and are not professional advice — always verify important results independently before relying on them. Read the full disclaimer.
Quick answer

How does this calculator work?

Type text and get a copy-pasteable strikethrough version using Unicode Combining Long Stroke Overlay (U+0336) inserted after each character. Works in WhatsApp, Telegram, Instagram, Discord and most browsers. For Slack, Discord, Reddit and GitHub, use Markdown's ~~text~~ syntax instead.

Formula
output = join(each character + U+0336)
How this is calculated

Most rich-text editors provide a strikethrough button that applies invisible markup — that markup is lost when you paste into a plain-text field. The Unicode combining-character trick works differently: a zero-width combining overlay (U+0336, U+0335, or U+0338) is inserted after every code point in your text. The font renderer draws the overlay visually on top of the preceding glyph, producing a strikethrough appearance that survives a plain-text paste because it is baked into the characters themselves.

U+0336 (Combining Long Stroke Overlay) produces a horizontal line through the middle of each letter and is the most widely compatible choice — it renders correctly in virtually all modern browsers, WhatsApp, Telegram, Instagram, Twitter/X, and Facebook. U+0335 (Combining Short Stroke Overlay) uses a shorter line centred on the letter. U+0338 (Combining Long Solidus Overlay) draws a diagonal slash through each character.

Markdown strikethrough (~~text~~) is a platform-specific alternative: Slack, Discord, Reddit, GitHub, and Obsidian all support it. If you are using one of those platforms, the Markdown syntax may look cleaner, but it does not work in plain-text contexts like WhatsApp, Telegram, or Instagram captions.

Frequently asked questions

Yes — WhatsApp renders Unicode combining characters, so pasting the long-stroke version (U+0336) shows as strikethrough text. WhatsApp also has its own strikethrough using tildes (~text~), but the Unicode version works by paste in any input field without needing to type tildes around the text.

Emoji, accented letters, and complex Unicode scripts (Thai, Arabic, combining diacritics) may already carry combining marks. Adding another overlay can stack oddly depending on the font and rendering engine. The text is still valid Unicode — it just may not look clean on every platform.

Screen readers vary: some announce combining characters, some skip them. For accessibility-critical content — legal documents, form fields, captions for images — use the platform's built-in strikethrough formatting instead of Unicode combining characters.

Also known as

strikethrough text generator copy paste
unicode strikethrough letters
crossed out text whatsapp
strikethrough discord instagram text
combining stroke overlay unicode text
how to make strikethrough text
strikethrough text without formatting

APA

TG we-Calculate Editorial Team. (2026). Strikethrough Text Generator — Copy & Paste Unicode [Online calculator]. TG we-Calculate. https://we-calculate.com/calculator/strikethrough-text-calculator

Chicago

TG we-Calculate Editorial Team. "Strikethrough Text Generator — Copy & Paste Unicode." TG we-Calculate. 2026. https://we-calculate.com/calculator/strikethrough-text-calculator.

IEEE

TG we-Calculate Editorial Team, "Strikethrough Text Generator — Copy & Paste Unicode," TG we-Calculate, 2026. [Online]. Available: https://we-calculate.com/calculator/strikethrough-text-calculator

BibTeX

@misc{wecalculate_strikethrough_text_calculator, title = {Strikethrough Text Generator — Copy & Paste Unicode}, author = {{TG we-Calculate Editorial Team}}, howpublished = {\url{https://we-calculate.com/calculator/strikethrough-text-calculator}}, year = {2026}, note = {TG we-Calculate} }

Did this calculator help you?