how to make text big on discord

To make text look big on Discord, you use headings and other Markdown- style tricks. These work on desktop, browser, and mobile.
Big text basics
- Type
#(hash + space) before your message to send the largest âbig textâ heading.- Example:
# Hello thereâ big header-style line.
- Example:
- Use
##for a medium-sized heading and###for a smaller heading.- Example:
## Rulesâ medium big text.### Noteâ smaller but still larger than normal.
- Example:
- Each heading must start on its own line; you canât mix different sizes on the same line.
Discord treats these like Markdown headings, so they stand out visually in chat and in forum-style channels.
Making text stand out more
- Bold text : Wrap your words with double asterisks.
**important**â bold âimportantâ.
- Italic text : Wrap with single asterisks or underscores.
*note*or_note_â italic ânoteâ.
- Bold + italic for extra emphasis:
***READ THIS***â bold and italic.
- Underline: Wrap with double underscores.
__warning__â underlined.
- You can combine heading + bold for maximum impact:
# **READ FIRST**â large, bold header line.
These donât change the actual font size beyond headings, but they make lines pop visually and are the standard way people create âbigâ or attention- grabbing text on Discord.
Forum-style / announcement vibes
In forum channels or long posts, creators often:
- Use
#,##,###as section titles. - Add bullet lists using
-at the start of a line. - Use blockquotes with
>for âforum discussionâ or announcement-style formatting.
Example âQuick Scoopâ style post:
Quick Scoop
Todayâs Update
- New event live
- Check pinned messages
Donât miss the deadline!
This style mimics trending Discord server announcements and makes key info
very easy to scan. TL;DR : For big text on Discord, use # , ## , or
### at the start of a new line, and combine with bold/underline
(**text**, __text__) to make your messages stand out.