How to Format Your Text in Discord: Bold, Italic + More (2024)

  • Categories
  • Computers and Electronics
  • Internet
  • Online Communications
  • Instant Messaging

Download Article

Learn the myriad of ways that you can format your text in Discord

Written byLuigi Oppido|Edited byDarlene Antonelli, MA

Last Updated: June 26, 2023Fact Checked

Download Article

  • Italicizing Text
  • |
  • Bolding Text
  • |
  • Underlining Text
  • |
  • Strikethrough Text
  • |
  • Combining Different Format Options
  • |
  • Making Symbols Visible
  • |
  • Making Code Blocks
  • |
  • Coloring Text
  • |
  • Hiding Text
  • |
  • Creating a Blockquote

Do you need to add emphasis to that text by bolding it? People using the Discord desktop client can easily highlight their text in the chat box to format it, but there is also coding that you can use to bold or italicize your text. This wikiHow article shows you how to format text in Discord so your can bold, italicize, underline, strikethrough, color text, and more.

Things You Should Know

  • Surround the text you want to appear in italics with asterisks.
  • To make text bold, enter two asterisks before and after your text.
  • Use other Markdown symbols to format your text on Discord.

Section 1 of 10:

Italicizing Text

Download Article

  1. 1

    Navigate to a chat channel in Discord. You can use the desktop client or the mobile app to use code to format text.

    • Click or tap the server you want to chat in, then click or tap the channel that you want to chat in.
  2. 2

    Enter an asterisk. You need to enter an asterisk (*) before the part that you intend to be in italics. If you're using a standard English keyboard, press and hold Shift as you press 8/* to get an asterisk.

    Advertisem*nt

  3. 3

    Enter your text. Any text entered after the asterisk will be in italics.

  4. 4

    Enter another asterisk. All the text between the asterisks will be in italics. For example, *this* will become this.

  5. Advertisem*nt

Section 2 of 10:

Bolding Text

Download Article

  1. 1

    Navigate to a chat channel in Discord. You can use the desktop client or the mobile app to use code to format text.

    • Click or tap the server you want to chat in, then click or tap the channel that you want to chat in.
  2. 2

    Enter two asterisks. You need to enter two asterisks (**) before the text that you want to be bolded.

  3. 3

    Enter your text. Any text entered after the two asterisks will be bolded.

  4. 4

    Enter two more asterisks. All the text between the two asterisks will be bolded. For example, **this** will become this.

  5. Advertisem*nt

Section 3 of 10:

Underlining Text

Download Article

  1. 1

    Navigate to a chat channel in Discord. You can use the desktop client or the mobile app to use code to format text.

    • Click or tap the server you want to chat in, then click or tap the channel that you want to chat in.
  2. 2

    Enter two underscores. You need to enter two underscores (__) before the text that you intend to be underlined. If you're using a standard English keyboard, press and hold Shift while pressing the -/_ key to get an underscore.

  3. 3

    Enter your text. Any text entered after the marks will be underlined.

  4. 4

    Enter two more underscores. All the text between the two marks will be underlined. For example, __this__ will become

    this

    .

  5. Advertisem*nt

Section 4 of 10:

Strikethrough Text

Download Article

  1. 1

    Navigate to a chat channel in Discord. You can use the desktop client or the mobile app to use code to format text.

    • Click or tap the server you want to chat in, then click or tap the channel that you want to chat in.
  2. 2

    Enter two tildes. You can usually find the tilde (~) key to the left of the 1 key. If you're using a standard English keyboard, press and hold Shift while pressing the `/~ button to get a tilde.

  3. 3

    Enter your text. Any text entered after the tildes will be crossed through.

  4. 4

    Entering two more tildes to wrap your text. All the text between the marks will be crossed out. For example, ~~this~~ will become

    this

    .

  5. Advertisem*nt

Section 5 of 10:

Combining Different Format Options

Download Article

  1. 1

    Navigate to a chat channel in Discord. You can use the desktop client or the mobile app to use code to format text.

    • Click or tap the server you want to chat in, then click or tap the channel that you want to chat in.
  2. 2

    Use specific code to combine formatting. You'll need to look up a list to find the combination you're looking for. Here are the most common combinations:

    • ***bold italicized text*** is surrounded by three asterisks.
    • __*underlined italicized text*__ uses two underscores and one asterisk surrounding your text.
    • __**bold underlined text**__ combines two underscores and two asterisks.
    • __***bold, underlined, italicized text***__ has two underscores and three asterisks wrapping the text.
  3. Advertisem*nt

Section 6 of 10:

Making Symbols Visible

Download Article

  1. 1

    Navigate to a chat channel in Discord. You can use the desktop client or the mobile app to use code to format text.

    • Click or tap the server you want to chat in, then click or tap the channel that you want to chat in.
    • By default, simply using some symbols can trigger Markdown, which will hide your symbols and instead use them as code. Follow this method to stop that from happening.
  2. 2

    Use a backslash before any symbols. Enter a backslash (\) so you can see all the symbols after it.

    • For example, entering *this* would normally italicize the font, but entering \*this* negates Markdown so the symbols will be shown in chat.
  3. Advertisem*nt

Section 7 of 10:

Making Code Blocks

Download Article

  1. 1

    Navigate to a chat channel in Discord. You can use the desktop client or the mobile app to use code to format text.

    • Click or tap the server you want to chat in, then click or tap the channel that you want to chat in.
    • Use this method to create single-line or multi-line code blocks so you can share code without Markup getting in the way.
  2. 2

    Enter a single or three backticks. Use a single backtick (`) if you want to create a single-line code block. Use three backticks (```) if you want to create a multi-line code block.

  3. 3

    Enter your text. You can use text and markup to enter code without Discord changing it.[1]

  4. 4

    Close your text with the same amount of backticks. You need to make sure that you use the same number of backticks at the end of your text that you did at the beginning or the code will not look like it's supposed to.

  5. Advertisem*nt

Section 8 of 10:

Coloring Text

Download Article

  1. 1

    Navigate to a chat channel in Discord. You can use the desktop client or the mobile app to use code to format text.

    • Click or tap the server you want to chat in, then click or tap the channel that you want to chat in.
    • Use this method with the multi-line code block to create colored text! However, mobile users will only see text in the default black text, so only people using Discord on their computers or laptops will see your colored text.
  2. 2

    Enter three backticks and a keyword. Before each color, you'll need to create a new code block. For example, you'll have diff entered into the chatbox to create red font.

    • Each color has a different keyword. Use "diff" for red, "ini" for blue, "fix" for yellow, "css" for orange, and "diff" for green.
  3. 3

    Enter the code. The code varies between each color. For example, to make red text, you'll need to follow up your previous line with - text example in red.

    • Use [brackets to make blue text].
    • There's no special code for yellow text after the keyword.
    • Use brackets to make text orange] after the "css" keyword.
    • Enter + to make text green.
  4. 4

    Close the code with three backticks. Once you've entered the other pieces of code, close the block with three backtick marks (`). When you press Enter or Return on your keyboard, your colored text will show up in a code box.

    • For example, for green text, you will have diff +YOUR GREEN TEXT .
  5. Advertisem*nt

Section 9 of 10:

Hiding Text

Download Article

  1. 1

    Navigate to a chat channel in Discord. You can use the desktop client or the mobile app to use code to format text.

    • Click or tap the server you want to chat in, then click or tap the channel that you want to chat in.
    • Use this if you want to hide your text so others have to click it to see it. This is really useful for hiding spoilers or censoring on Discord!
  2. 2

    Enter /spoiler. Using this tag in front of your message will hide your text.

    • Use spoiler if you want to finish hiding text and have the rest of your message visible.
    • You can also mark images as spoilers to prevent them from appearing in chat.
  3. Advertisem*nt

Section 10 of 10:

Creating a Blockquote

Download Article

  1. 1

    Navigate to a chat channel in Discord. You can use the desktop client or the mobile app to use code to format text.

    • Click or tap the server you want to chat in, then click or tap the channel that you want to chat in.
  2. 2

    Enter a greater than sign. Use a greater than sign (>) to start a single-line blockquote. Use three greater than signs if you want to create a blockquote with multiple lines.

    • If you want to end the blockquote in your message, enter the single or three greater than signs.
    • If you want to change the font, you can't do that with built-in Discord tools. Instead, use a font generator to get your message in the different text and paste it into Discord.
    • You can also make polls easily with Discord.
  3. Advertisem*nt

Expert Q&A

Ask a Question

200 characters left

Include your email address to get a message when this question is answered.

Submit

      Advertisem*nt

      Submit a Tip

      All tip submissions are carefully reviewed before being published

      Submit

      Thanks for submitting a tip for review!

      You Might Also Like

      13 Solutions to Fix Screen Share Audio Not Working in Discord
      How to Tell If Your Instagram Message Was ReadHow toSign Out of a Messenger Account on Other DevicesWhy WhatsApp Contact Names Can Change AutomaticallyWhat Does WSG Mean?3 Ways to Contact Snapchat Customer ServiceHow to Convert WhatsApp Voice Messages to MP3How toSlide Into Someone's DMsHow to Turn Smart Replies On or Off on AndroidHow to Make a Poll on Your Snapchat Story: Find Out What the People Are ThinkingHow toBlock Multimedia Messages (MMS) on AndroidHow toRespond to an "Xoxo" Text

      Advertisem*nt

      About This Article

      How to Format Your Text in Discord: Bold, Italic + More (59)

      Written by:

      Luigi Oppido

      Computer & Tech Specialist

      This article was written by Luigi Oppido and by wikiHow staff writer, Darlene Antonelli, MA. Luigi Oppido is the Owner and Operator of Pleasure Point Computers in Santa Cruz, California. Luigi has over 25 years of experience in general computer repair, data recovery, virus removal, and upgrades. He is also the host of the Computer Man Show! broadcasted on KSQD covering central California for over two years. This article has been viewed 31,312 times.

      How helpful is this?

      Co-authors: 2

      Updated: June 26, 2023

      Views:31,312

      Categories: Instant Messaging

      • Print
      • Send fan mail to authors

      Thanks to all authors for creating a page that has been read 31,312 times.

      Is this article up to date?

      Advertisem*nt

      How to Format Your Text in Discord: Bold, Italic + More (2024)

      References

      Top Articles
      Latest Posts
      Article information

      Author: Terence Hammes MD

      Last Updated:

      Views: 5697

      Rating: 4.9 / 5 (69 voted)

      Reviews: 92% of readers found this page helpful

      Author information

      Name: Terence Hammes MD

      Birthday: 1992-04-11

      Address: Suite 408 9446 Mercy Mews, West Roxie, CT 04904

      Phone: +50312511349175

      Job: Product Consulting Liaison

      Hobby: Jogging, Motor sports, Nordic skating, Jigsaw puzzles, Bird watching, Nordic skating, Sculpting

      Introduction: My name is Terence Hammes MD, I am a inexpensive, energetic, jolly, faithful, cheerful, proud, rich person who loves writing and wants to share my knowledge and understanding with you.