Discord Italics

How to italicize text in Discord — with a live preview and one-click copy

Quick answer: wrap your text with a single * asterisk or _ underscore on each side. *hello* and _hello_ both render as hello in any Discord message.

Discord Italics Generator

Type any text — the asterisk and underscore versions are generated for you, with a live Discord-style preview.

*Your text here*
_Your text here_
***Your text here***
Your text here
Your text here
Your text here

Every Way to Italicize in Discord

Click any code to copy it. All of these work in any Discord message — desktop, web, iOS, and Android.

Effect Markdown Discord renders
Italic (asterisk)*italic*italic
Italic (underscore)_italic_italic
Bold + italic***bold italic***bold italic
Underline + italic__*under italic*__under italic
Underline + bold + italic__***max***__max
Strikethrough italic~~*scratched*~~scratched
Italic blockquote> *italic quote*italic quote
Partial-word italictest*ing*testing
Escape italics\*not italic\**not italic*

Tip: click any code in the table to copy it. The escape row shows how to display literal asterisks when you don't want italics.

Quick Reference: The Two Italic Syntaxes

Asterisk italics

Click to copy
*text* text

Best when you want to combine with bold (***text***). Works mid-word: super*natural*.

Underscore italics

Click to copy
_text_ text

Best when your text already contains asterisks. Does NOT work mid-word: a_b_c stays literal.

How to Italicize Text in Discord (Step by Step)

Discord uses a stripped-down version of Markdown to handle text formatting. Italics are the second-most common format people learn, right after bold, and they're useful for emphasis, titles of works, inner thoughts when role-playing, or just adding a softer tone to a sentence. The good news: italics in Discord are dead simple, and once you remember the two syntax options below you'll never have to look them up again.

The first option is the asterisk method. Type one asterisk, then your text, then one asterisk: *this is italic*. When you hit Enter, Discord strips the asterisks and shows the text in italics. It works in any message box — direct messages, server channels, threads, replies, even forum posts.

The second option is the underscore method. Type one underscore on each side: _this is also italic_. It produces the exact same visual result. The reason both exist is that Markdown was designed so writers could pick whichever character was easier to type, depending on their keyboard layout and surrounding text.

When to Use Asterisks vs Underscores

Most regular Discord users default to asterisks because they nest cleanly with bold. Bold uses two asterisks (**bold**), so combining bold and italics is just three asterisks on each side: ***bold italic***. Trying to do the same with underscores is messier and harder to read at a glance.

Underscores have one advantage: they don't conflict with text that contains literal asterisks. If you're quoting code, a math formula, or any string with stars in it, switching to underscores avoids accidentally formatting half your sentence. Underscores also fit better when you're typing fast and don't want to hold Shift.

There is one trap with underscores: they don't work inside a word. Typing snake_case_variable won't italicize "case" — Discord (and Markdown generally) treats word-internal underscores as part of the word. If you need mid-word italics, like unbelievable, you must use asterisks: *un*believable.

Combining Italics With Other Discord Formatting

Italics nest with every other Discord format. The rule of thumb: outermost format on the outside. So underline-bold-italic becomes __***max emphasis***__ — underline wraps bold which wraps italic. Reverse the order and Discord will only render the outer two.

You can also italicize inside a blockquote. Start your line with > followed by a space, then add your italic syntax inside: > *quoted in italics*. The block-quote bar appears on the left and the text is rendered in italics.

One exception: italics do not work inside inline code (`...`) or code blocks (```...```). Everything inside backticks is displayed as literal monospaced text, so any asterisks or underscores show up as plain characters. If you need italic monospace, you'll have to copy from a Unicode italic-font generator and paste the styled characters instead.

Italic Usernames, Server Names, and Channels

Discord intentionally strips Markdown from anything that isn't a message — usernames, server names, channel names, role names, even bot bios. So you can't simply wrap your nickname in asterisks. The common workaround is Unicode italic characters: a generator (like our Fancy Text Generator) produces real Unicode characters that look like italic letters, and Discord accepts those because they are plain text rather than Markdown. The trade-off is that screen readers and search may not recognize them as the normal letters they imitate.

Frequently Asked Questions

How do you italicize in Discord?

Wrap your text with a single asterisk on each side: *your text* — or with a single underscore on each side: _your text_. Both render as italics. The shortcut works in any Discord message box, on desktop and mobile.

What's the difference between *text* and _text_ in Discord?

Nothing visually — both produce italic text. The practical difference: asterisks combine cleanly with bold (**bold**, ***bold italic***), and they work mid-word (super*natural*). Underscores avoid conflicts when your text already contains asterisks, but they do NOT italicize mid-word.

How do I make bold italic text in Discord?

Use three asterisks on each side: ***your text***. This is bold + italic combined. You can also nest with underline: __***max emphasis***__.

Why aren't my Discord italics working?

Three common reasons. (1) You're typing in a username, server name, or channel name — Discord only renders Markdown inside messages. (2) There's a backslash escaping the asterisk (\*text\*). (3) Your text is inside an inline code (`) or code block (```), where every character is shown literally.

Do Discord italics work on iPhone and Android?

Yes. Italic Markdown is fully supported on the Discord iOS and Android apps. The mobile apps even have an inline toolbar — select your text and tap Italic, and the asterisks are added for you automatically.

Can I italicize part of a word in Discord?

Yes, with asterisks. Type test*ing* and Discord renders test in regular weight and ing in italics. Underscores do NOT work mid-word — test_ing_ stays literal because Discord treats word-internal underscores as part of the word.

How do I italicize a Discord nickname or username?

You can't — Discord strips Markdown from usernames, server names, channel names, role names, and category names. To get italic-looking usernames, use a Unicode italic font generator and paste the styled characters directly. Our Fancy Text Generator includes an italic font option that works in usernames.

Explore More Tools

Copied!