To make big text in Discord, you can use the header formatting feature by typing a hashtag (#) followed by a space and then your text. This will create a large, bold header (H1). For medium-sized text, use two hashtags (##) and for smaller headers, use three hashtags (###), each followed by a space before your text. Note that each header size must be on its own line and cannot be mixed on the same line
. Additionally, to make your text bold (which also makes it stand out), wrap your text with two asterisks on each side, like this: bold text
. Here is a quick summary:
- Big text (largest header):
# Your text
- Medium text (second largest header):
## Your text
- Small header text:
### Your text
- Bold text:
**Your text**
Example:
# This is big text
## This is medium text
### This is small header text
**This is bold text**
This will display the text in progressively smaller header sizes or bold style accordingly
. If you want to combine bold and underline for extra emphasis, you can wrap
your text with both double asterisks and double underscores like this:
**__Your text__**
. Discord does not support changing font size arbitrarily like word processors, but using headers and bold formatting is the standard way to make text appear bigger and more prominent in chats