Which symbols work in Discord usernames, display names, server names and channel names, plus what Discord strips and why.

The short version

Start here if you only have one minute. The full guide below explains each point.

01

Usernames stay plain

Discord usernames allow no symbols at all.

02

Display names take symbols

So do server names, category headers and nicknames.

03

Watch out for markdown

Stars and underscores turn into bold text instead of showing.

01

Username versus display name

Discord usernames are lowercase, and restricted to letters, numbers, full stops and underscores. No symbols survive there at all.

The display name is separate and far more permissive. It accepts symbols and styled letters, and it is what other members see in chat and the member list. That is where decoration belongs.

Key points
  • Username: lowercase, plain characters only
  • Display name: symbols accepted
  • Per-server nicknames: same rules as the display name

02

Channel names get rewritten

Text channel names are forced to lowercase, and spaces become hyphens as you type. Symbols mostly survive that transformation, which is why so many servers use a mark as a category prefix.

A single leading symbol per channel is the pattern that holds up. It groups channels visually without fighting the automatic reformatting.

03

Server and category names

Server names and category headers are the least restricted fields and the ones most worth decorating. A category name in small capitals or wrapped in a simple frame reads clearly in the sidebar.

Keep it short. The sidebar is narrow, and a long decorated name truncates before the useful part.

Check any decorated name in the member list and the sidebar, not just in the settings dialog. Those columns are much narrower.

04

Markdown fights some symbols

Discord runs markdown on message text. Asterisks, underscores, tildes and backticks are formatting instructions, so a decorative line built from them will turn into bold or strikethrough instead of showing as characters.

Use characters that are not markdown syntax, or escape them with a backslash.

Key points
  • Avoid * _ ~ ` in decorative lines
  • Escape with a backslash if you need them literally
  • Code blocks display symbols exactly, without markdown

05

Accessibility in a server

Discord is read aloud by screen readers for many members. A channel name made of decorative characters is announced character by character, which makes navigation slow.

Keep the actual word in the channel name and use at most one symbol as a prefix.

What each Discord field accepts

Behaviour observed in the Discord desktop and web clients on August 3, 2026. Discord changed its username system in 2023, so older guides describe different rules.

FieldSymbols allowedAutomatic changes
UsernameNoForced to lowercase
Display nameYesNone
Server nicknameYesNone
Text channel nameYesLowercased; spaces become hyphens
Category headerYesUsually displayed uppercase

Message text runs through markdown, so asterisks, underscores, tildes and backticks are formatting instructions rather than literal characters.

06

Copy the symbols discussed in this guide

This guide explains the topic. Use aesthetic symbols for the main copyable set, compare it with invisible characters, and browse text divider symbols for another useful angle. Each collection includes searchable Unicode names and HTML references.

୨୧ 𓆩♡𓆪 ꒰ა

Aesthetic Symbols

172 copyable entries

␠ ZWJ LRM

Invisible Characters

5 copyable entries

· · ─

Text Divider Symbols

72 copyable entries

More collections covered by this guide

The same ideas also help when you browse hanging star symbols. Open any collection to compare exact Unicode names, code points, and copy-ready forms.

07

Questions, answered

Can I put symbols in my Discord username?+

No. Usernames are lowercase and allow only letters, numbers, full stops and underscores. Use the display name instead.

Why does my channel name change as I type?+

Discord forces text channel names to lowercase and converts spaces to hyphens. Symbols usually survive that.

Why did my symbols turn into bold text?+

Discord runs markdown on messages. Asterisks and underscores are formatting characters — escape them with a backslash.

08

Sources and review notes

Recommendations were checked against published platform, Unicode and accessibility guidance. This is a standards review, not a claim of testing every screen reader, app or device combination.