# Strikethrough Text

Add a strikethrough line through every character via the Unicode combining mark U+0336. Plain text — no markdown needed.

> Canonical page: https://elysiatools.com/en/tools/strikethrough-text

- **Category:** Text Processing

- **Keywords:** strikethrough, strike-through, crossed out text, unicode text, combining mark

## Overview

This tool draws a line **through** every character of your text using the Unicode combining mark `U+0336` (COMBINING LONG STROKE OVERLAY). The result looks like ~~strikethrough~~ but works anywhere plain text is accepted — social posts, chat, docs, filenames — with no markdown or rich-text support required.

**How it works:**
- Each character gets the combining mark inserted right after it; the mark visually attaches to the preceding base character, so the line is drawn per-character.
- This is **not** markdown `~~...~~` — it is real Unicode text, so it survives copy-paste into apps that strip formatting.
- Letters, digits, punctuation, spaces, emoji, and CJK all get struck — the mark applies universally.
- Because it relies on a combining character, the exact appearance depends on the font/renderer, but all modern platforms render it correctly.

**Good to know:**
- Use it for deleted-text effects, sarcastic "corrections", or crossed-out items in notes.
- To remove the strikethrough later, delete the invisible combining characters (a find-and-replace on `̶` restores the original).
- Screen readers may announce struck characters oddly; avoid it for accessibility-critical content.

## Inputs

- **Text** (textarea): Type or paste text to strike through...

## When to use

- When posting on social media platforms or chat apps that do not support Markdown or rich-text formatting.
- When creating crossed-out items in plain-text to-do lists, notes, or file names.
- When writing humorous or sarcastic corrections where you want the original text to remain visible but clearly struck through.

## How it works

- Enter your text into the input area.
- The tool processes each character, appending the Unicode combining long stroke overlay (U+0336) directly after it.
- Copy the generated output, which now contains the visual strikethrough embedded directly into the Unicode text stream.

## Use cases

- Formatting social media updates on platforms like X (Twitter), Instagram, or LinkedIn that lack native text styling.
- Marking tasks as completed in plain-text markdown files, notepad documents, or database entries.
- Creating stylistic edits or sarcastic corrections in chat messages and forum posts.

## Frequently asked questions

### Does this tool use Markdown to strike through text?

No, it uses the Unicode combining mark U+0336, meaning the strikethrough is embedded in the plain text itself and does not rely on HTML or Markdown tags.

### Will the strikethrough effect remain when I copy and paste the text?

Yes, because the strikethrough is part of the Unicode characters, it survives copy-pasting into most applications that accept plain text.

### Can I strike through numbers, punctuation, and emojis?

Yes, the Unicode combining mark applies to letters, digits, punctuation, spaces, and even emojis.

### How do I remove the strikethrough from the text later?

You can remove it by performing a find-and-replace to delete the combining character (U+0336) from your text.

### Is this strikethrough text accessible for screen readers?

Screen readers may read struck-through Unicode characters incorrectly, so it is best to avoid using it for critical accessibility content.

## Related tools

- [Indented List to ASCII Tree](https://elysiatools.com/en/tools/ascii-tree-from-indented-list): Convert a 2-space / 4-space / Tab indented hierarchical list (Markdown bullets, -, *, 1. prefixes optional) into a copyable ASCII directory tree. Two styles: Unicode box-drawing (├──└──│) for GitHub/Discord and classic ASCII (|--\--|) for plain text. Toggles for full guide lines, trailing spaces, and bracketed leaf nodes like docs/\[api.md\].
- [Bold & Italic Text](https://elysiatools.com/en/tools/bold-italic-text): Convert text to bold, italic, or bold-italic using the Mathematical Alphanumeric Symbols Unicode block. Plain Unicode text — no font needed.
- [Markdown List Formatter](https://elysiatools.com/en/tools/markdown-list-formatter): Convert each line of text into Markdown list items or numbered lists
- [Text Splitter](https://elysiatools.com/en/tools/text-splitter): Split text by custom delimiters, characters, or patterns
- [AI Markdown Article Translator](https://elysiatools.com/en/tools/ai-markdown-article-translator): Translate full Markdown articles with AI while preserving headings, tables, links, images, and code blocks for direct publication
- [Manuscript Style Consistency Auditor](https://elysiatools.com/en/tools/manuscript-style-consistency-auditor): Audit manuscript for number/date/unit/quote/dash/heading/noun consistency and emit a style sheet; optional AI drift detection
- [Messy Text to Structured Data Workbench](https://elysiatools.com/en/tools/messy-text-to-structured-data-workbench): Infer tables from pasted text, mixed delimiters, key-value lines, or HTML and export CSV, JSON, and Markdown.
- [Bubble Text](https://elysiatools.com/en/tools/bubble-text): Wrap text in enclosed/bubble Unicode glyphs — ⓐⓑⓒ — in four variants: outline, filled (❶), parens (⒜), negative (🅐).

## Samples

- [Text with Emoji Samples](https://elysiatools.com/en/samples/text-with-emoji-samples): Mixed language text containing various Unicode emojis for testing emoji extraction
- [Chinese-English Mixed Text Samples](https://elysiatools.com/en/samples/text-chinese-english-mixed-samples): Sample text files with mixed Chinese and English content for testing automatic spacing tools
- [Text Case Format Samples](https://elysiatools.com/en/samples/text-case-formats): Examples of different text case formats: camelCase, snake_case, kebab-case, PascalCase, and more
- [Text with Chinese Samples](https://elysiatools.com/en/samples/text-with-chinese-samples): Mixed language text containing Chinese characters for testing Chinese extraction

## Related content

- [Fancy Text, Unicode Styling, and Plain-Text Typography Tools](https://elysiatools.com/en/hubs/fancy-text-unicode-styling): Compare fancy text generators for small caps, bubble letters, superscript, underline, strikethrough, fullwidth styling, and glitchy Unicode effects in one hub.
- [Text Case, Encoding, and Normalization Conversion Tools](https://elysiatools.com/en/hubs/text-convert): Compare text case conversion, character-width conversion, encoding conversion, quoted-printable handling, and inline text normalization tools in one hub.
- [Text Tools](https://elysiatools.com/en/hubs/text-utility): Explore 33 text tools for utility workflows and compare closely related utilities quickly.
- [Markdown Export, OCR, and Document Conversion Tools](https://elysiatools.com/en/hubs/markdown-convert): Compare Markdown-to-PDF, PDF-to-Markdown, OCR, slide deck export, and structured Markdown conversion tools in one hub for documentation publishing workflows.
