Discord Text Formatting Guide in 2023: Colors, Bold, Italics (2023)

Index

  • From humble beginnings on Discord...

    I was a complete newbie when I joined my first Discord channel.

    People were writing underscores, bolding, strikethrough, italics, and even colors in Discord chat! "How the hell do people color their Discord posts?!" I thought.

    What kind of Discord command(s) have people used to format their text so nicely?

    In this guide, we'll walk you through Discord's text formatting in detail, showing you exactly how to color text, bold, italic, and more.

    Discord Text Formatting Guide in 2023: Colors, Bold, Italics (1)

    OfYou can learn amazing discord text format

    If you're reading this, you were probably that guy or gal (or trying to avoid all the hoax and become a Discord text format expert!)

    Anyway, today I'm going to show you how to write literally in any format that the Discord app offers.

    That's youlearn the basicsbehind Discord's formatting engine (Markdown & Highlight.js), basic formatting commands (bold, italic, underline, etc.) and you'll learn how to enter text in fields and code blocks - in color!

    Keep this page for reference

    Once you learn the basics, Discord formatting isn't too bad.

    While you're still learning the commands, it might be a good idea to keep (or bookmark) this page open for future reference.

    Anyway, enough talk, let's format!

    Behind the scenes: Discord's text formatting engine

    As we sit and chat on Discord day in and day out, a sleek, lightweight engine works in the background, formatting all of our text.

    This "engine" is called Markdown.

    The rebate summary

    Originally created in 2004 by John Gruber and Aaron Swartz,teeis a lightweight markup language that is easy to read/write. It is completely text based and uses cleverly placed symbols to format words like bold, italics, underline etc.

    While it's most commonly used for formatting readme files, forum discussions, and converting plain text to rich text in plain text editors, Discord's developers recognized its potential and built it into the core software.

    We're going to cover Discord Markdown in the next section so you can learn how to format all your messages the way you want.

    Highlight.js makes color possible

    Before I get into the rebranding, I want to explain another cool feature that the developers at Discord have added. it's called libraryhighlight.js.

    Now I want to clarify that Discord does not have true full text highlighting. You can't say, "I want this word to be red and this one to be blue!" There is no such kind of highlight.

    Erait doesIt exists for our text coloring purposes, but it is a "hacked" version of text highlighting that uses the Highlight.js syntax coloring methods.

    Even if we can't highlight the text directly,he canCreate a Discord code block, point it to a specific syntax highlighting profile included in Highlight.js, and then use it to our advantage by enclosing our text in the appropriate symbols.

    This all makes a lot more sense when we get to some juicy examples below.

    Remember this for future reference

    You don't have to remember all these essential details. For now, all you need to know is that Discord is usedMarkdown for your text format, zHighlight.js to highlight blocks of code.

    In the next section, I'll show you how to use these formatting options.

    How to format text on Discord

    And now the fun begins. I'll show you how to use bold, italic, underline, and strikethrough as a starting point.

    We'll start with the basics, then move on to creating blocks of code to color the text.

    How to Create Bold Text on Discord

    To create bold text on Discord, simply start and end the bold text with two asterisks (*).

    (Video) How To Make DISCORD COLOR TEXT and Text Formats (Bold Italics Underline) 2021

    the asterisk isSHIFT+8on your keyboard.

    If you look at the image below, you'll notice that I put two asterisks or stars before and after the text I wanted to make bold.

    This is what I entered and the output it produced:

    Here is an example of **bold text**
    Discord Text Formatting Guide in 2023: Colors, Bold, Italics (2)

    How to italicize text (create oblique jarring italic)

    To make Discord italicized or italicized, you need to type the asterisk again, but this timeJust use an asterisk.

    For bold text we use two asterisks, like this: **bold text**

    For the italics we would do the same but with a single asterisk: *text in italics*

    Here is also the asterisk (star).SHIFT+8on your keyboard.

    This is what I entered to get the output shown in the image below:

    Here is an example of *text in italics*
    Discord Text Formatting Guide in 2023: Colors, Bold, Italics (3)

    How to Make Text Bold and Italic on Discord (Bold + Italic)

    You may have guessed the bold + italic abbreviation...

    Instead of just an asterisk or two, it'sthree stars.

    Here is an example of *** bold and italic text ***
    Discord Text Formatting Guide in 2023: Colors, Bold, Italics (4)

    How to create underlined text on Discord

    To format our text as an underscore, we need to use two underscores (__).

    This is a comprehensive guide, so here's the keyboard layout for an underscore (in case you're reading this and have never typed an underscore before):

    Discord Text Formatting Guide in 2023: Colors, Bold, Italics (5)

    I wrote this to get the following output:

    Here is an example of __underlined text__
    Discord Text Formatting Guide in 2023: Colors, Bold, Italics (6)

    How to create strikethrough discord text

    For strikethrough text we need to use the tilde (~) key.

    Two tildes cross out the text you write.

    Here is the keyboard layout (keys highlighted in yellow) for typing a tilde. you have to hitSHIFT + ~.

    Discord Text Formatting Guide in 2023: Colors, Bold, Italics (7)

    I entered the following below:

    This is an example of ~~strikethrough~~ text
    Discord Text Formatting Guide in 2023: Colors, Bold, Italics (8)

    Formatting in international keyboard layouts

    A reader recently pointed out that international keyboard layouts should also be considered. Here we assume that the asterisk is "Shift + 8" and the tilde is "Shift + Backtick (`)", but this is not always the case.

    Here are some additional keyboard layouts that international users may encounter, and an example of where the asterisk would be on each of these layouts.

    German:Shift+[+] (key to the right of Ü)
    Español:Shift+[+] (key to the right of `^ (Spain) or ´¨ (Latin America))
    French france):* (key to the right of ù%)
    French (Belgium):Shift+$ (key to the right of ^¨)
    French (Switzerland):shift+3
    Italian:Shift+[+] (key to the right of èé)
    Swedish:Shift+' (key to the right of Ä)

    If you're using one of these alternative keyboard layouts, you can customize it accordingly.

    The vast majority of users normally use the standard English keyboard (which is why we set it to default), but we wanted to recognize alternative layouts and make all of this possible.It does not matter thatits design is

    Combine even more text formatting options

    We can also combine bold, italic, and bold + italic underlined.

    Here's an example:

    Underlined and italic text

    __*underlined and italicized text*__
    Discord Text Formatting Guide in 2023: Colors, Bold, Italics (9)

    Underlined and bold text

    __**Text underlined and in bold**__
    Discord Text Formatting Guide in 2023: Colors, Bold, Italics (10)

    Underlined, italicized and bold text

    __***underlined, italic and bold text***__
    Discord Text Formatting Guide in 2023: Colors, Bold, Italics (11)

    This is how you "escape" the text and see all its underscores and asterisks

    if you reallywantTo see your underscores or asterisks in a message (like in an emoji), you can use the backslash "\" to bypass the markup formatting and display the text exactly as it is.

    Consider the following example (note the backslashes "\" at the beginning of each character).

    oexcessive backslashesthey are needed here because I have underscores in my message.

    (Video) All Discord Text Tricks 2023 (Chat Formatting: Bold, Italic, Underline)

    \_\_\*\*\*I want this to be shown in all its glory!\*\*\*\_\_\_
    Discord Text Formatting Guide in 2023: Colors, Bold, Italics (12)

    But keep in mind that theTrailing backslashes are not required.if you have everything at the beginning:

    Discord Text Formatting Guide in 2023: Colors, Bold, Italics (13)

    If it had no underscores, a single backslash '\' would suffice:

    \**highlighted message without underscores!**
    Discord Text Formatting Guide in 2023: Colors, Bold, Italics (14)

    This completes the basic formatting.

    And that's it for the basic format. It's pretty simple stuff, and you should turn it off after a few messages.

    The only clues to remember are underscores, asterisks (stars), and backslashes.

    Discord-Spoiler-Tag

    If you want to write a "spoiler" or something like that, everyone on your channelshould notwatch immediately (unless they decide to remove the spoiler block), then you can use the Discord spoiler tag.

    You can create spoiler text like this:

    || Spoiler text ||

    All you have to do is cover your spoiler with double bars or double tube signs.

    This will look like this when locked:

    Discord Text Formatting Guide in 2023: Colors, Bold, Italics (15)

    And then once it's revealed, this is what your channel will see:

    Discord Text Formatting Guide in 2023: Colors, Bold, Italics (16)

    Quotes from Discord/Tag Blockquote

    To name something, there is a simple "quote/blockquote" tag implemented in Discord.

    You can do this by simply adding the correct carat sign '>':

    > Text here

    This will look like this once you enter Discord:

    Discord Text Formatting Guide in 2023: Colors, Bold, Italics (17)

    You can also quote multiple lines by using the right triple carat '>>>' or by typing a line with a single quote '>' and then holding down SHIFT+ENTER to create a new line within the same block quote.

    Discord Text Formatting Guide in 2023: Colors, Bold, Italics (18)

    Advanced Text Formatting on Discord: Write in Color

    And now for the fun part... formatting our Discord messages in color!

    As soon as you get some colorful messages on your frequently visited channels, you will be asked how to do it.

    Let's go through some basics (code blocks) and then jump right into coloring your messages! Come on!

    Discord single line code blocks

    To create a single line code block on Discord, you need to use the 'tick' or 'backtick' character: `.

    Since this key can be hard to find if you've never used it (until now), I've included a nice keyboard layout diagram, highlighted below:

    Discord Text Formatting Guide in 2023: Colors, Bold, Italics (19)

    The character "tick" or "backtick" must be imupper left corner of your keyboarddirectly below the Escape (ESC) key.

    Once you're familiar with the backtick button, let's create a one-line block of code. All you have to do is place aonly a hundred gravebefore and after your text.

    This is what I wrote for the following example:

    `This is an example of a one line code block`
    Discord Text Formatting Guide in 2023: Colors, Bold, Italics (20)

    Multiline (Multiline) Code Blocks in Discord

    Like the single-line code block, multi-line code blocks use the backtick character ("`"). The only difference is that instead of a single backtick (`), you must place three backticks ("`) before and after the text.

    The nice thing here is that you can hit enter and spread your text over multiple lines, all formatted into a single multi-line block of code.

    (Video) How to type italic text on discord 2023

    Here is the discount for the following example:

    ```Testing... Multiple lines... Stop my code blocks!```
    Discord Text Formatting Guide in 2023: Colors, Bold, Italics (21)

    You'll notice in the image above that we have all of our text in one block of code, but this time on multiple lines like we wanted.

    How to format colored text on Discord

    And now is the moment we've all been waiting for...[Battery]Colored text!

    I searched the web for a good example of color text formatting on Discord, but couldn't find anything clear.

    There were a few examples, but they were pretty nebulous. I haven't found any instructions on how to do this.clearlyshowed you how to format your text if you want it to be a specific color.

    We essentially hacked the syntax highlighting

    As I mentioned in the introduction, here we will be "hacking" or "hijacking" the Highlight.js syntax highlighter that runs in the background on Discord.

    We need to do this because, at the time of writing, Discord does not have any built-in text highlighting features.

    As a result, we'll have to tinker around a bit, but as long as it works, it works!

    See how text coloring works on Discord

    Since we are using a workaround based on Highlight.js, it will work as follows.

    We will create multi-line code blocks with three backticks andSet the syntax highlighting language.

    We can do this by inserting the programming language reference highlighting right at the beginning of the multi-line code block.

    For example. Here we specify 'Apache' as the syntax highlighting language:

    ```apacheSome text goes here...```

    Let's "examine" some syntax highlights and use them to our advantage to color the text.

    I've listed most of the colors you'd expect below and have tried to show the differences between the different language references.

    What key do we use to color Discord text?

    We use a character called a "backtick" which is found on most keyboards in the upper left corner, just above the "TAB" key.

    ``` This is the grave accent key

    On the macOS and Scandinavian keyboard layouts, the grave accent is located in the upper-right corner of the keyboard, next to the "BACKSPACE" key.

    Limitations of this method of coloring text

    There are (unfortunately) limits to this method. The most common limitation is that your text must be connected in a single wordsomereferenced syntax highlighting languages ​​(not all!).

    This means that you cannot write: This is a sentence.

    Debe ingresar: This_is_a_sentence O ThisisaSentence.

    Why is this?Now that we're exploring syntax highlighting to make our Discord posts stand out, we're basically trying to trick the multi-line block of code into thinking our post is programming code literal.

    Most of the time, the desired colors are contained in variables that, by definition, cannot contain spaces.

    this placeit does good job is oncode commentsmiSaiten.I have tried to include code and string comments in each of the following colors as much as possible (for ease of typing).

    If you look closely, you'll see that I've included some variables and mentioned that you can't use spaces if you choose to use these formatting methods. However, this can be a perfectly viable method for single words.

    Anyway, enough of my barking, let's paint!

    How to Color RED Text on Discord

    Differential syntax highlighting for red (SIMPLE)

    Add hyphens (-) before the line where you want red text.

    ```diff- Here is some red text!```
    Discord Text Formatting Guide in 2023: Colors, Bold, Italics (22)

    CSS syntax highlighting for orange (red-orange)

    Enclose square brackets [ ] around the text you want to emphasize.

    ```css[text in RED color highlighted in CSS]```
    Discord Text Formatting Guide in 2023: Colors, Bold, Italics (23)

    How to Color Text YELLOW on Discord

    Fixed yellow syntax highlighting (SIMPLE).

    In Fix everything you type is yellow by default! This is a great easy way to have yellow text.

    (Video) How to Use ANSI Colored Texts in Discord

    ```fixEverything is yellow in fix -- Line doesn't matter! ```
    Discord Text Formatting Guide in 2023: Colors, Bold, Italics (24)

    Apache syntax highlighting for yellow (restriction: NO SPACES)

    Add a percent sign and a right parenthesis, %{, to the beginning of your text and a left parenthesis, }, to the end to make your text yellow in Apache syntax.

    ```apache%{Dark_YELLOW_Colored_Text}```
    Discord Text Formatting Guide in 2023: Colors, Bold, Italics (25)

    How to Color Text GREEN on Discord

    Light Green Difference Syntax Highlighting (SIMPLE)

    Add a plus sign (+) before the line you want to turn green.

    ```diff+ Here is the green text!```
    Discord Text Formatting Guide in 2023: Colors, Bold, Italics (26)

    CSS syntax highlighting for light green

    Enclose the text you want to color light green in quotation marks " ".

    ```css"Here's some nice LIGHT GREEN text"```
    Discord Text Formatting Guide in 2023: Colors, Bold, Italics (27)

    Dark Green Bash Syntax Highlighting (SIMPLE)

    Quotation marks around your text " "

    ```bash"Here's some nice dark green text"```

    Supervision:That dark green color and the quotes around your text also work in many other reference languages, not just bash. Works with "coffeescript", "cpp" and many more.

    Discord Text Formatting Guide in 2023: Colors, Bold, Italics (28)

    JSON syntax highlighting for dark green (SIMPLE)

    Just like in Bash, put quotes around the text you want to turn dark green.

    ```json"Green JSON text"```
    Discord Text Formatting Guide in 2023: Colors, Bold, Italics (29)

    How to Color BLUE Text on Discord

    INI syntax highlighting for blue

    Place square brackets [ ] around the text you want to highlight in blue.

    ```ini[Here is some text highlighted in blue]```
    Discord Text Formatting Guide in 2023: Colors, Bold, Italics (30)

    CSS Syntax Highlighting (Restriction: NO SPACES)

    Place a single period (.) in front of the text you want to color blue, and make sure there are no spaces on the line.

    ```css.dark_BLUE_text_sin_espacios```
    Discord Text Formatting Guide in 2023: Colors, Bold, Italics (31)

    Color Format Tips

    As you've probably noticed, there are limitations to using this method (for example, not writing spaces for certain colors).

    But most importantly, we can still color our text with relative ease!

    I recommend using the DIFF, BASH, FIX, and CSS highlights above (for red, green, yellow, and blue, respectively).

    However, the examples above include different shades of primary syntax highlight colors and allow you to experiment with them in your messages.

    Discord Feed Format

    Is it possible to create a custom Discord font format in the Discord app? The answer is yes, although it can be a bit tricky at times due to font limitations on Discord.

    You can use a font creation service likestubbornto create the fonts you want and get results like this:

    Discord Text Formatting Guide in 2023: Colors, Bold, Italics (32)

    I tried putting some of these fonts on Discord and while it seemed to work for the italic fonts, it didn't work for the "block" font as Discord converted the "O" characters into an emoji:

    Discord Text Formatting Guide in 2023: Colors, Bold, Italics (33)

    The key takeaway here is... it's entirely possible to format custom fonts on Discord, but you may run into issues depending on the fonts you choose.

    It has also been reported that this no longer works for long sentences of text, so beware of potential font issues with long sentences.

    Fortunately, formatting short strings of text for use in titles or short sentences still seems to work just fine, so you can use your custom fonts there.

    Markdown Text 101: Dig Deeper

    If you want to dig even deeper into Discord Markdown and learn more tips/tricks, here are a few.veryUseful features you can't miss.

    the markdown tutorial

    My favorite markdown learning resource is simply titled “the markdown tutorial“.Walks you through Markdown step by step with two instructionsmiLive output of what your text will look like. This is a cool learning tool that I definitely recommend diving into for deeper learning.

    The Markdown Cheat Sheet

    After you've done a few Markdown tutorials and just want a quick reference to look up,GenialMarkdown-Tippblattwhich lists all the format types it would encounter.

    The Official Discord Markdown Guide

    And finally there is theOfficial discount guidefrom the discord team(it's on the site discordapp.com). It covers everything we've talked about in this guide (in terms of chat format), but doesn't go into too much detail.andIn fact, we get all kinds of color. It can still be a very useful reference if you're looking for a quick refresher.

    Now is your turn

    And now the ball is on you: go out there and format/color some text!

    Don't forget to bookmark this page as a resource for future use. Good luck and have fun!

    FAQs

    What does ``` Do in Discord? ›

    2) You can also use three backticks (```) to create multiline code blocks, like this beautifully written haiku.

    What are all the formatting options in Discord? ›

    Discord offers seven different ways to format your text: Italics, Bold, Underline, Strikethrough, Code Blocks, Block Quotes, and Spoilers.

    How do you format color codes in Discord? ›

    To make colored text in Discord, firstly, add three backquotes [“`] and specify the code phrase, which refers to the color applied to the text. For instance, “arm” is added for red color, “yaml” for dark green, “json” for light green, and “css” for blue.

    How do you bold and italicize in Discord 2022? ›

    To Bold text in Discord just wrap the text you wish to bold with a pair of double **asterisks**. To italicize the text, wrap it with a pair of single *asterisks*.

    How do you write in italics? ›

    The Italic script is written with a slight forward slant usually between 5-7 degrees. There are also variations where the slant can go all the way to 30 degrees, but I would strongly suggest that you keep it between 5-10 degrees if you are just getting started.

    Do police watch Discord? ›

    Discord works with law enforcement agencies in cases of immediate danger and/or self-harm, pursuant to 18 U.S.C. § 2702. We swiftly report child abuse material and the users responsible to the National Center for Missing and Exploited Children.

    What is Discord in Roblox? ›

    Discord is where Roblox players have created a place to call home. Dedicated servers are your space to have conversations and bond with friends, new and old. Text channels are topic-based to give you the platform to chat specifics on Roblox and beyond.

    What does Discord mean on TikTok? ›

    Now, on TikTok's brand new Discord, you can chat with strangers about… whatever you'd want to talk to a bunch of TikTokers about.

    What does the #0000 mean in Discord? ›

    If you try to change your discord username (not server nickname), and someone else with your tag ID already has that name, your DiscordTag#0000 will change.

    What are the formatting options? ›

    The text content block
    • Bold.
    • Italic.
    • Underline.
    • Text and Text Background Color.
    • Code run - use to format the selected words as code snippets (e.g. HTML or Javascript).
    • Subscript.
    • Superscript.
    • Paragraph style - Normal, Code, or Prompt.
    Apr 21, 2021

    How to do fancy text on Discord? ›

    When typing a message, Discord doesn't offer any functionality to change the font. However, you can use an external font generator to achieve the effect of using a different font, use Markdown to apply formatting like bold and italic, and change the color of the font through the code block.

    How do I color code a font? ›

    <FONT COLOR= >

    To change some of the text in the HTML document to another color use the FONT COLOR Tag. To change the color of the font to red add the following attribute to the code to the <FONT COLOR=" "> tag. #ff0000 is the color code for red.

    How do you write color codes? ›

    1. White = #FFFFFF = RGB(255,255,255)
    2. Ivory = #FFFFF0 = RGB(255, 255, 240)
    3. Black = #000000 = RGB(0, 0, 0)
    4. Gray = #808080 = RGB(128, 128, 128)
    5. Silver = #C0C0C0 = RGB(192, 192, 192)
    Nov 15, 2022

    How do I color code a code? ›

    The 5 Color-Coding Tips You Need To Know
    1. Use Bright Colors. ...
    2. Be Consistent. ...
    3. Only Use Color With The Most Important Information. ...
    4. Distinguish Between Main Ideas And Smaller Details. ...
    5. Avoid Using Too Many Colors.
    Aug 9, 2019

    How do you bold and italicize? ›

    They're intended for emphasis and if everything (i.e.: a whole paragraph) is all caps/bold/italic, nothing is emphasized. Italicization is used for gentle emphasis, bold is used for heavier emphasis. All caps are another alternative means of emphasis. None of these should be used on more than a few words together.

    How do I style a font in Discord? ›

    When typing a message, Discord doesn't offer any functionality to change the font. However, you can use an external font generator to achieve the effect of using a different font, use Markdown to apply formatting like bold and italic, and change the color of the font through the code block.

    How do you mark NSFW on Discord? ›

    Within the edit channel overview tab, you'll see an option to mark the channel as age-restricted. Click that option, and you'll be good to go!

    How do you bold and italicize codes? ›

    Open up the phrase you want bold and italicized with the <b> tag. Open up the phrase that you want bold and italicized with the <i> tag. Type the text you want boldfaced and italicized. Type the closing tag for the italicizing, </i>.

    Videos

    1. How to bold in discord 2023 | Discord text formatting
    (How To 1 Minute)
    2. How to Bold Letter in Discord 2023
    (Techavro)
    3. How to Change Text Color in Discord! (2023)
    (How to Digital)
    4. How to italicize in discord 2023 | How to 1 minute
    (How To 1 Minute)
    5. Discord - How To Format Text (Bold, Underline, Strikethrough, Italic)
    (tech How)
    6. Discord Markdown 101 | Text Formatting & Syntax Guide
    (TheFranswah Studio)

    References

    Top Articles
    Latest Posts
    Article information

    Author: Lakeisha Bayer VM

    Last Updated: 05/15/2023

    Views: 6194

    Rating: 4.9 / 5 (49 voted)

    Reviews: 88% of readers found this page helpful

    Author information

    Name: Lakeisha Bayer VM

    Birthday: 1997-10-17

    Address: Suite 835 34136 Adrian Mountains, Floydton, UT 81036

    Phone: +3571527672278

    Job: Manufacturing Agent

    Hobby: Skimboarding, Photography, Roller skating, Knife making, Paintball, Embroidery, Gunsmithing

    Introduction: My name is Lakeisha Bayer VM, I am a brainy, kind, enchanting, healthy, lovely, clean, witty person who loves writing and wants to share my knowledge and understanding with you.