FancyText.dev

How to Use Italic Text on Discord

·

Discord has native Markdown italic for chat messages, but it doesn't work in usernames or server nicknames. Unicode italic fills that gap. Here's exactly when to use each system.

Try It Now

𝑦𝑜𝑢𝑟 𝑣𝑖𝑏𝑒 𝑔𝑜𝑒𝑠 ℎ𝑒𝑟𝑒...

Two italic systems in Discord

Discord processes italic text differently depending on where you're typing. In chat messages, Discord parses Markdown — wrapping text in single underscores _like this_ or asterisks *like this* renders italic for everyone reading that message. This is Discord's native system and the most reliable option for messages.

The problem: Markdown is only processed in message fields. Usernames, server nicknames, channel topic descriptions, and role names all ignore Markdown entirely. A nickname set to _hello_ displays literally as _hello_ — underscores and all. For those fields, Unicode italic characters are the only way to achieve styled text.

Which Discord field uses which italic system

FieldMarkdown italic?Unicode italic?Notes
Chat messages✓ Yes✓ YesMarkdown preferred — shorter to type
Username (global)✗ No✓ YesSet in User Settings → Profile
Server nickname✗ No✓ YesPer-server override
Channel topic✗ No✓ YesVisible below channel name
Server description✗ No✓ YesShown in server discovery
Role names✗ No✓ YesVisible in member list
Status (About Me)✗ No✓ YesProfile bio field
Bot embed fields✓ Yes✓ YesEmbeds support their own Markdown subset

Using Markdown italic in messages

In any Discord message or thread, `_text_` or `*text*` wraps text in italic. This renders immediately in the message preview before you send. Double the markers for bold-italic: `***text***` or `__**text**__`.

Markdown italic in messages does not persist — if you copy and paste the rendered message text, you get plain text. It is a rendering hint for Discord's client, not a character substitution.

  • _single underscores_ — italic
  • *single asterisks* — italic
  • **double asterisks** — bold
  • ***triple asterisks*** — bold italic
  • `backticks` — inline code (not italic, but useful to know)

Using Unicode italic for usernames and nicknames

Unicode mathematical italic characters (𝑎–𝑧, 𝐴–𝑍) look identical to Markdown-rendered italic but are different Unicode code points. They survive copy-paste, show up in the member list, and display the same way in every Discord client including mobile.

The downside: there is no italic digit in the Unicode mathematical block, so numbers in your nickname will remain upright. Numbers display as-is surrounded by italic letters.

For server nicknames that include a rank or number (like '𝑅𝑎𝑖𝑑𝑒𝑟 #4'), the number stays in normal style automatically — that's expected, not a bug.

Italic in notifications and compact mode

Discord desktop renders Unicode italic correctly in all views. On mobile (iOS and Android), Unicode italic is also supported — it relies on the system font's italic variant, which is present on both platforms.

Push notifications strip formatting. A message starting with an italic word will show as plain text in your phone's lock screen or notification drawer. The italic is applied once you open Discord and view the message.

Copy-ready examples

  • Username: '𝑅𝑎𝑣𝑒𝑛 𝑆𝑡𝑎𝑟𝑙𝑖𝑔ℎ𝑡'
  • Nickname: '𝑔ℎ𝑜𝑠𝑡𝑏𝑙𝑎𝑑𝑒'
  • Channel topic: '𝑔𝑒𝑛𝑒𝑟𝑎𝑙 𝑐ℎ𝑎𝑡 — 𝑘𝑒𝑒𝑝 𝑖𝑡 𝑓𝑟𝑖𝑒𝑛𝑑𝑙𝑦 ✦'
  • Role name: '𝑀𝑜𝑑𝑒𝑟𝑎𝑡𝑜𝑟'

Related Styles

Related Guides