To make big text in Discord , you use Markdown-style “headings” by putting one or more # symbols at the start of a line, followed by a space and your text.

Basic big‑text styles

Discord supports three main heading sizes:

  • # Big text → largest heading (like a title).
  • ## Medium text → slightly smaller heading.
  • ### Small heading → smallest heading, still bolder than normal text.

Example:

text

# Welcome to the server!
## Rules
### Quick tips

These only work at the start of a line , and the whole line becomes that size; you can’t mix sizes on the same line.

Other ways to make text stand out

If you just want emphasis instead of huge text, you can also:

  • Bold : **bold text** or __bold text__
  • Italics : *italic text* or _italic text_
  • Inline code: code
  • Code block:

    text
    

your text

    ``` [6][7]

These tricks work on Discord desktop, web, and mobile , and are widely used in forum‑style discussions to highlight key points.

Quick reference table (HTML‑style)

Goal Markdown Result
Biggest text # Your text Largest heading
Medium text ## Your text Medium heading
Small heading ### Your text Small heading
Bold **bold** bold
Information gathered from public forums or data available on the internet and portrayed here.