Discord Text Formatting Guide

Learn bold, italic, underline, strikethrough, code blocks & more

Discord Text Formatter

Discord Text Formatting Codes

Bold Text

Click to copy
**text** text

Italic Text

Click to copy
*text* text

Underline Text

Click to copy
__text__ text

Strikethrough Text

Click to copy
~~text~~ text

Spoiler Text

Click to copy
||text|| text

Inline Code

Click to copy
`code` code

Code Block

Click to copy
```code```
code

Block Quote

Click to copy
> quote quote

Bold + Italic

Click to copy
***text*** text

Underline + Bold

Click to copy
__**text**__ text

Heading (Large)

Click to copy
# Heading Heading

Bulleted List

Click to copy
- item • item

Colored Text in Discord

Discord uses syntax highlighting in code blocks to create colored text. Here are the most useful options:

Red & Green (diff)

Click to copy
```diff
- Red text
+ Green text
```
- Red text
+ Green text

Orange (css)

Click to copy
```css
[Orange text]
```
[Orange text]

Yellow (fix)

Click to copy
```fix
Yellow text
```
Yellow text

Blue (ini)

Click to copy
```ini
[Blue text]
```
[Blue text]

How to Format Text in Discord

Discord uses a simplified version of Markdown for text formatting. This means you can make your messages stand out with bold text, italics, underlines, and much more—all without any special tools. Just wrap your text with the right symbols, and Discord handles the rest.

Whether you're running a gaming server, managing a community, or just chatting with friends, knowing how to format text effectively can help you communicate more clearly and make important information pop.

Discord Text Formatting Basics

The most common Discord formatting options are easy to remember:

Code Block Formatting

Discord's code blocks are incredibly useful for sharing code snippets, creating formatted text, or even adding colored text to your messages:

Tips for Better Discord Messages

Here are some pro tips for using Discord text formatting effectively:

Remember that formatting only works in regular messages—not in usernames, server names, or channel names. Also, some formatting may not display correctly on older Discord clients or third-party apps.

Copied!