Triangular Bullet Symbol
The triangular bullet ‣ is a punctuation mark (U+2023) used to add a distinct list or callout point.
U+2023
The symbol ‣ is known as the triangular bullet. It’s a punctuation character in Unicode, useful when you want a sharper alternative to a round bullet. You can copy it directly or use its Unicode/HTML/CSS escapes in your code.
Triangular Bullet Symbol Meaning
‣ (Unicode name: TRIANGULAR BULLET, U+2023) is a punctuation mark that resembles a small filled triangle. The most common meaning is as a bullet point for lists or as a visual marker to draw attention to an item. It can also act like a lightweight separator in text, headings, or UI labels where a standard dot, dash, or centered bullet may look too common. Because it’s a single Unicode character, it’s convenient for designers and developers who want consistent typography across platforms. In plain text, it reads as a compact “item” indicator; in styled layouts, it can improve hierarchy and scannability.
Common uses
- •Bulleted lists in plain text, docs, and notes
- •Callout items in design mockups and UI lists
- •Section separators in headings or sidebar labels
- •Annotation markers in reviews and feedback comments
- •Emphasized “next step” or action items in posts
Examples
‣ Triangular bullet (U+2023)
- ‣‣ Add the latest summary before publishing.
- ‣Steps: ‣ Review requirements ‣ Confirm scope ‣ Submit draft.
- ‣Feature highlights ‣ Fast setup ‣ Clear layout ‣ Easy export.
- ‣Note: ‣ This setting applies to new projects only.
- ‣Checklist: ‣ Backup files ‣ Update dependencies ‣ Restart app.
Variations
Ready to copy
Technical codes
| Unicode | U+2023 | |
| HTML Entity | ‣ | |
| HTML Code | ‣ | |
| CSS | \2023 |
FAQ
What does the Triangular Bullet symbol mean?
‣ (Unicode name: TRIANGULAR BULLET, U+2023) is a punctuation mark that resembles a small filled triangle. The most common meaning is as a bullet point for lists or as a visual marker to draw attention to an item. It can also act like a lightweight separator in text, headings, or UI labels where a standard dot, dash, or centered bullet may look too common. Because it’s a single Unicode character, it’s convenient for designers and developers who want consistent typography across platforms. In plain text, it reads as a compact “item” indicator; in styled layouts, it can improve hierarchy and scannability.
Is ‣ the same as a normal bullet (•)?
Not exactly. ‣ is the triangular bullet (U+2023). It’s a different Unicode character with a distinct shape than • (often used as a round bullet).
How do I type or insert the triangular bullet in text?
You can copy it directly from this page, or insert it using the Unicode value U+2023 depending on your editor or programming environment.
What are the HTML, CSS, and JavaScript representations?
HTML entity: ‣. CSS escape: \\2023. JavaScript escape: \\u{2023}.
Will it display correctly on all devices?
Most modern fonts support U+2023. If a font doesn’t include the character, it may show as a fallback or missing glyph, so choosing a good font for your content helps.