2024-09-16
You can directly use Unicode characters for bullets, e.g., •
, to create bullet points.
• First item
• Second item
• First item • Second item
Markdown supports the use of Unicode characters, allowing users to customize their bullet points instead of using the standard *
or -
characters.
To implement Unicode bullets, you simply type the Unicode character before text. Here are examples of bullet characters:
•
(U+2022)◦
(U+2219)■
(U+25A0)✔
(U+2714)Example usage:
• First item
◦ Subitem
■ Important point
This renders as:
• First item ◦ Subitem ■ Important point