How to write strikethrough text on any platform

Last update: 02/04/2025
Author Isaac
  • There are multiple methods for crossing out text depending on the program or platform used.
  • WhatsApp, Google Docs y Become They offer keyboard shortcuts and menus to apply this style.
  • Online tools allow you to convert normal text to strikethrough using Unicode characters.

strikethrough text example

Have you ever wondered how to make a sentence appear with a line through it, as if you had crossed it out with a pen, but digitally? Although it seems very basic, crossed text It has multiple uses and can be applied in different contexts: from making visual corrections in documents, to adding a touch of humor or irony on social networks or apps like WhatsApp. If you want to learn more about how to convert text, you can visit this link about how to write strikethrough text.

In this article we will see all the possible ways to write strikethrough text Whether from a computer, a specific application, or an online text editor, you'll see how simple and useful it is to apply this style.

What exactly is strikethrough text?

Strikethrough text is text crossed by a horizontal line. It's as if you've corrected it by hand, but digitally. It's often used to indicate errors, changes, outdated information, or even to make jokes. It has a very clear visual meaning: something is there, but it no longer counts. If you want to explore other ways of forma tear text, check how to write strikethrough text.

For example, if you write: “I don’t want pizza anymore” You may be showing that you really do want her, but you're trying to resist. It's also often used in to-do lists to check off what you've already completed.

Ways to create strikethrough text depending on the platform

There are different methods for crossing out text depending on where you're writing. Here we explain the most common and useful ones, whether on web pages, in word processors, or in messaging apps.

HTML code for strikethrough text

Strikethrough text in HTML

If you're working with HTML, you have several ways to strikethrough text:

  • With tag <s>Texto</s>, which indicates text that has lost validity.
  • With <del>Texto</del>, which is often used in documents to mark deleted content.
  Allow Do Not Disturb For Particular Particular person Contacts on iPhone

Both tags create the same visual effect: the text appears with a horizontal line in the middle. What changes is their semantic meaning in the context of HTML.

If you also want to customize the style, you can use CSS with the property text-decoration: line-through;. For example: uterine

.tachado {
  text-decoration: line-through;
}

Apply strikethrough text with CSS

CSS allows you to decorate or style text in many ways. If you want to apply a strikethrough effect, simply add this line inside a class or directly to the element's style:

text-decoration: line-through;

Additionally, you can combine it with other properties to change the color of the crossed-out line without affecting the text color. For example:

.tachado-azul {
  text-decoration: line-through;
  color: #0CFFF4;
}

.color-texto {
  color: white;
}

This way you can have white text with a blue line through it.

How to write strikethrough text in WhatsApp

WhatsApp has long incorporated several formatting options, including strikethrough. You can write in this style in two ways:

  • Using codes: Surround the text with tildes (~). For example, ~text~ becomes text.
  • Using the context menu: Long press on the text, tap the three additional dots, and select “Strikethrough.”

It also works if you combine several styles. You can have bold, italics, and strikethrough in the same sentence:

*_~Esto es un ejemplo~_*

This is great for standing out or just playing with how you present your messages.

crossed out text in WhatsApp

Strikethrough text in Google Docs

The famous tool of Google It also allows you to strikethrough text, and you can do so in two ways. If you work with Google Docs, you can learn more about text formatting in this article.

Using keyboard shortcut

From the menu

  1. Select the text you want to cross out.
  2. Click on the menu Format.
  3. Then in Text and then in Cross out.

And that's it! The text will appear with a horizontal line, no installation required.

  Taskbar Not Working After Windows 10 Update

Specific applications to generate strikethrough text with Unicode

There are online tools on the Internet that allow you to transform ordinary text into strikethrough text using special Unicode characters. These platforms insert characters such as \u0336 between each letter to simulate that strikethrough line even on platforms that don't have the style option built in.

One of the great strengths of these tools is that the resulting text remains text (not an image), so you can paste it into social media, emails, and chats without any problems. It's also compatible with platforms like Facebook, Instagram, Twitter, WhatsApp, and many more. Learning about other text styles might also be interesting, so check out the article on .

Unicode for strikethrough text

These tools usually offer different styles:

  • Classic strikethrough: Horizontal line crossing the text.
  • Diagonals: Diagonal line over the text for a more striking effect.
  • Underline and double underline: Options to combine effects or create decorative styles.
  • Dotted or wavy lines: Perfect for a creative or visually appealing touch.

How to Strikethrough Text in Microsoft Word, Excel, and Outlook

In Microsoft Word

Select the text and press Alt + H + 4 on Windows or Command + Shift + X on Mac. You can also learn more about text formatting in this article for more information.

Additionally, you can do this from the “Start” menu by selecting the strikethrough button (icon with a cut S).

in Excel

Use the combination Ctrl + 5 after selecting the desired cell or word.

In outlook

On Windows, press Ctrl + D, then Alt+K and press Enter. On a Mac, use Command + T and choose the “Strikethrough” option.

Why use strikethrough text?

It may seem like just a cosmetic detail, but the strikethrough has real and important uses. If you'd like to delve deeper into the topic, check out our article on .

  • Visual corrections: Indicates what has been changed without deleting the previous text.
  • Humor and irony: Widely used on networks to emphasize a double meaning.
  • Task management: In lists it is used to mark things completed.
  • Content Clarity: Helps identify outdated or no longer valid information.
  How to open and convert PKPASS files in Windows

There are many ways to strikethrough text, each tailored to its context. Whether you're writing in WhatsApp, designing in HTML, or writing a report in Word or Google Docs, Mastering this small but powerful style can help you communicate betterThe cool thing is that no matter the platform, there's always a way to do it right.

How to Convert MP4 to Text – Methods and Alternatives
Related article:
How to Convert MP4 to Text – Methods and Alternatives

Leave a comment