Strikethrough & underline text
Add s̶t̶r̶i̶k̶e̶t̶h̶r̶o̶u̶g̶h̶, u̲n̲d̲e̲r̲l̲i̲n̲e̲ or s p a c e d styling to text.
Related tools
All Transform & clean tools →Strikethrough & underline text works straight from this page — free, instant, nothing to install. You will find it under Transform & clean, with Strikethrough Text Generator and Find and replace text for the neighbouring cases.
How to use it
- Open the tool — no signup or install needed.
- Enter your input or adjust the available options.
- Get your result instantly, then copy or download it.
Frequently asked questions
What does Strikethrough & underline text do?
Add s̶t̶r̶i̶k̶e̶t̶h̶r̶o̶u̶g̶h̶, u̲n̲d̲e̲r̲l̲i̲n̲e̲ or s p a c e d styling to text.
When would I actually use this?
Cleaning up a paste before it goes anywhere: stripping duplicates from a list, normalising case, removing accents for a filename, or sorting lines.
What is the most common mistake?
Sorting text as if it were ASCII. Accented letters land after Z in a byte sort, which puts "Zurich" before "Émile" and produces a list no reader will accept.
How is Strikethrough & underline text different from Strikethrough Text Generator?
They sit next to each other but answer different questions: Strikethrough Text Generator is the one to open when you need it to cross out text with strike, slash, wavy, underline and overline styles you can paste into any app. Pick whichever matches what you're starting from — both are free.
Is there a tool for the next step?
Find and replace text is the closest one after this: Replace every occurrence of a word or phrase in your text at once.
What else is worth having open alongside it?
Fullwidth / aesthetic text and Reverse text — they come up in the same task often enough to be worth a second tab.
Where do the figures come from?
Transformations use the browser's Unicode-aware string handling, so case changes and sorting respect the locale rather than byte order. Nothing is truncated: what comes out is the whole of what went in.