Discord offers a wide range of text formatting tools that can help elevate your messages.
Whether you’re highlighting important information, adding emphasis, or just having fun with your text, Discord’s built-in markdown syntax gives you plenty of options to customize your messages.
In this article, we’ll walk you through how to bold, italicize, underline, color, and apply other formatting styles to text on Discord. Let’s dive into how you can make your messages pop!
Bold Text in Discord
To make your text bold on Discord, you need to use a simple syntax. Add two asterisks (**
) before and after your text. This will make your text stand out in a bold font, perfect for emphasizing key points.
On Desktop/Web:
You can also bold text by selecting the text and using the Ctrl + B
shortcut on Windows or Cmd + B
on macOS. Alternatively, just click the B icon in the text toolbar after highlighting the text.
MUST READ: Your Organization’s Data Cannot Be Pasted Here? Here’s How to Resolve It
On Mobile:
On the mobile app, type your message and place two asterisks (**
) before and after the text you want to bold. For example, typing **bold**
will make the text appear bold.
Italics in Discord
If you want to emphasize a part of your text without making it too bold, italicizing is a great choice. Discord allows you to italicize text by using a single asterisk (*
) or an underscore (_
) around your message.
On Desktop/Web:
To italicize text, simply type *italic*
or _italic_
and Discord will display the text in italics. For a quicker option, you can also use the shortcut Ctrl + I
on Windows or Cmd + I
on macOS.
On Mobile:
To italicize on the mobile app, use one asterisk or underscore before and after the text, just like on the desktop version.
Underlining Text in Discord
Underlining text in Discord is just as easy as bolding or italicizing. To underline your text, you’ll need to use two underscores (__
) before and after the text.
On Desktop:
For underlining text, just type __underline__
, and it will appear underlined in your message. You can also use the keyboard shortcut Ctrl + U
on Windows or Cmd + U
on macOS for quick access.
On Mobile:
The mobile app also supports underlining. Just type __
before and after the text you want to underline.
Strikethrough Text in Discord
Striking through text is another formatting option available on Discord. This is particularly useful when you want to show something that has been crossed out or removed. To strikethrough text, use two tildes (~~
) around the message.
On Desktop/Web:
To strikethrough text, type ~~strikethrough~~
and the text will appear with a line through it. You can also use the strikethrough button in the toolbar or select the text and press the S icon.
On Mobile:
On mobile, the process is simple too. Just type ~~
before and after the text you want to cross out.
Combining Formatting Styles
One of the great features of Discord’s text formatting is the ability to combine different styles. For example, you can bold and italicize text at the same time, or even add a strikethrough while italicizing.
Example:
To combine bold and italics, use ***bold and italic***
. You can also mix other formats like underline or strikethrough by adding the respective syntax.
How to Color Text in Discord
Coloring text in Discord isn’t as simple as the basic formatting options. It requires using specific syntax, which is mostly available on the desktop version of Discord.
You won’t get a color palette like in some other messaging platforms, but there are still a variety of colors you can apply to your text.
On Desktop:
- Light Blue: Wrap your text in triple backticks (
fix
) for light blue.- Example:
```fix Your text here ```
- Example:
- Red and Green: Use the
diff
syntax. For green text, start with a plus (+
), and for red, use a minus (-
).- Green:
+green text
- Red:
-red text
- Green:
- Purple: Use
asciidoc
syntax, and begin the text with a period (.
).- Example:
.purple text
- Example:
- Darker Blue and Light Green: Use
md
syntax, starting the text with a hash (#
) for dark blue and a greater-than symbol (>
) for light green.
On Mobile:
On the mobile app, you can use kotlin
or xml
syntax to color your text. For green text, wrap the text in three backticks, like so:
arduinoCopy code```kotlin
Your green text here
For the xml syntax, use the greater-than symbol (<
) at the start of the text and wrap it in three backticks.
Code Blocks on Discord
Discord lets you format text as code, which is especially useful for sharing code snippets with others. Here’s how you can do it:
Single-line Code Block:
Use a single backtick (`) before and after your code for a single-line block.
Example: `Code`
Multi-line Code Block:
For multiple lines of code, you’ll need to use triple backticks (“`) before and after the text.
Quote Blocks in Discord
If you want to highlight a part of your message as a quote, you can use the greater-than symbol (>
) to create a quote block.
On Desktop:
Type >
before the text you want to quote. You can also use the quote button or the Shift + Enter
keyboard shortcut to create multi-line quotes.
On Mobile:
On mobile, just type >
, followed by the text you want to quote. If you want to create a multi-line quote, use Shift + Enter
to move to the next line while keeping the quote block active.
Creating Headings in Discord
Discord allows you to add headers to your messages using markdown. You can create different heading levels by using the hash (#
) symbol.
- H1 (Main heading): Use one hash (
#
). - H2 (Subheading): Use two hashes (
##
). - H3 (Sub-subheading): Use three hashes (
###
).
Just type the appropriate number of hashes before your text, followed by a space.
Bulleted Lists on Discord
To create a bulleted list on Discord, use either the asterisk (*
) or the hyphen (-
) symbol followed by a space. This helps organize your thoughts and makes your message clearer.
Example:
markdownCopy code* Item 1
* Item 2
* Item 3
Spoiler Text on Discord
If you want to hide some text behind a spoiler tag, you can easily do that with a special syntax. This is useful when sharing spoilers for games, movies, or other media.
To mark text as a spoiler, wrap it in double vertical bars (||
).
Example: ||This is a spoiler||
.
Conclusion
By using Discord’s text formatting features, you can make your messages more engaging and easier to read.
Whether you’re creating code snippets, highlighting important information with color, or structuring your messages with lists and headings, these formatting tools give you the flexibility to communicate clearly and creatively.
People May Ask
How do I bold text in Discord?
To bold text, wrap it with two asterisks (**bold**
).
Can I use colored text on Discord mobile?
While limited, you can use the kotlin
or xml
syntax to create colored text in green.
Can I combine different formatting styles on Discord?
Yes, you can combine bold, italics, underline, and other formats. For example, ***bold and italic***
combines both styles.
How do I add a quote block on Discord?
To create a quote block, type >
before the text you want to quote.
Click here to learn more.