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
| Field | Markdown italic? | Unicode italic? | Notes |
|---|---|---|---|
| Chat messages | ✓ Yes | ✓ Yes | Markdown preferred — shorter to type |
| Username (global) | ✗ No | ✓ Yes | Set in User Settings → Profile |
| Server nickname | ✗ No | ✓ Yes | Per-server override |
| Channel topic | ✗ No | ✓ Yes | Visible below channel name |
| Server description | ✗ No | ✓ Yes | Shown in server discovery |
| Role names | ✗ No | ✓ Yes | Visible in member list |
| Status (About Me) | ✗ No | ✓ Yes | Profile bio field |
| Bot embed fields | ✓ Yes | ✓ Yes | Embeds 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.
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: '𝑀𝑜𝑑𝑒𝑟𝑎𝑡𝑜𝑟'