Discord Text Formatting Guide (2024): Bold, Italics, Colors, and More

0
2
Discord Text Formatting Guide (2024): Bold, Italics, Colors, and More

Discord offers a variety of ways to make your messages stand out, from basic text styling like bold and italics to advanced features like colored text and code blocks. If you’re looking to master Discord text formatting in 2024, this guide covers everything you need to know.


How to Bold Text on Discord

To bold text in Discord, simply wrap the text with double asterisks (**). For example:

scssCopy code**This text is bold**

Alternatively, on the desktop or web app, you can:

  • Select the text, then click the B icon in the formatting toolbar.
  • Use the keyboard shortcut Ctrl + B (Windows) or Cmd + B (Mac).

On mobile, manually type the double asterisks before and after the text.


How to Italicize Text on Discord

For italics, wrap the text with a single asterisk (*) or underscore (_):

vbnetCopy code*This text is italicized*
_This text is italicized_

In the desktop app:

  • Select the text, then click the I icon in the formatting toolbar.
  • Use Ctrl + I (Windows) or Cmd + I (Mac) for quick formatting.

How to Underline Text on Discord

Underline your text by wrapping it with double underscores (__):

vbnetCopy code__This text is underlined__

For an easier method:

  • Use Ctrl + U (Windows) or Cmd + U (Mac) in the desktop app.
  • Select the text and click the U icon on the toolbar.

How to Strike Through Text on Discord

To strike out text, use double tildes (~~):

vbnetCopy code~~This text is struck through~~

Desktop users can also select the text and click the S icon for quick strikethrough formatting.


How to Combine Text Formatting in Discord

You can combine multiple styles by layering the markdown syntax. For example:

scssCopy code***This text is bold and italicized***
__**This text is bold and underlined**__
~~__*This text is all formatted*__~~

Use the toolbar icons in the desktop version to layer effects more easily.


How to Color Text in Discord

Discord doesn’t natively support colored text, but you can use workarounds with code blocks and specific syntaxes. Here’s how:

  • Wrap your text in triple backticks (“`).
  • Use a specific syntax for the desired color.

Examples:

  • Light Blue Text:vbnetCopy code```fix This is light blue text Copy code
  • Red Text:vbnetCopy code```diff - This is red text Copy code
  • Green Text:vbnetCopy code```diff + This is green text Copy code
  • Purple Text:vbnetCopy code```asciidoc .This is purple text Copy code

Note: These syntaxes work best on the desktop version. Mobile apps have limited support for colored text.


Additional Discord Formatting Tricks

  • Bulleted Lists: Use - or * followed by a space:diffCopy code- Item 1 - Item 2 - Item 3
  • Quote Blocks: Add a > symbol before your text:cssCopy code> This is a quote block For multiline quotes, use > at the start of each line.
  • Code Blocks: Wrap text in backticks for single-line code:cssCopy code`This is a code block` For multiline code, use triple backticks:Copy codeThis is a multiline code blockCopy code
  • Masked Links: Use square brackets for text and parentheses for the link:lessCopy code[Clickable Link](https://example.com)

How to Check Formatting Syntax on Mobile

While desktop users can rely on toolbar icons, mobile users must manually input the markdown syntax. Experiment with different combinations to achieve the desired effect.


Pro Tips for Advanced Discord Formatting

  • Pair text formatting with emojis for a more dynamic look.
  • Use spoilers (||) to hide text that requires a click to reveal:vbnetCopy code||This is spoiler text||
  • Keep your messages organized by combining quote blocks and bulleted lists.

Conclusion

Discord’s formatting tools allow you to add personality and emphasis to your messages, whether you’re chatting with friends or managing a server. Use this guide to master the basics and explore advanced techniques to make your messages stand out.

Click here to know more.