Bullet Symbol
The bullet symbol • is a small dot used to mark lists and draw attention in text.
U+2022
The • bullet (Unicode U+2022) is a punctuation mark commonly used to create clear, scannable lists. It’s also handy for separators and quick emphasis in short lines of text. Below are practical ways to copy and use it across platforms.
Bullet Symbol Meaning
The bullet symbol • is primarily used as a list marker. In plain text, it helps organize items so readers can scan quickly. It can also act as a visual separator between phrases, such as “Feature • Benefit,” or appear in short callouts to add structure without extra formatting. In typography, bullets are often paired with line breaks or spacing to maintain alignment. Because it’s a punctuation character, it works well in many contexts where a standard dot or dash would be distracting or too heavy.
Common uses
- •Creating unordered lists in plain text and documents
- •Separating items in short sentences or UI labels
- •Building compact feature lists in emails and landing pages
- •Indicating steps or highlights in marketing copy
- •Formatting chat messages and notes to improve readability
Examples
• Bullet Symbol (U+2022)
- •Shopping list: • Milk • Eggs • Bread
- •Today’s goals: • Write • Review • Publish
- •Quick notes: • Update • Backup • Test
- •Features • Fast setup • Easy export • Clean layout
- •Options: • Basic • Pro • Team
Variations
Ready to copy
Technical codes
| Unicode | U+2022 | |
| HTML Entity | • | |
| HTML Code | • | |
| CSS | \2022 |
FAQ
What does the Bullet symbol mean?
The bullet symbol • is primarily used as a list marker. In plain text, it helps organize items so readers can scan quickly. It can also act as a visual separator between phrases, such as “Feature • Benefit,” or appear in short callouts to add structure without extra formatting. In typography, bullets are often paired with line breaks or spacing to maintain alignment. Because it’s a punctuation character, it works well in many contexts where a standard dot or dash would be distracting or too heavy.
What Unicode character is the bullet symbol •?
It is Unicode U+2022, named “BULLET.”
How do I copy the bullet symbol • in HTML?
Use the HTML entity •.
How can I insert • using CSS?
You can use the CSS escape \\2022 in content rules or similar contexts.
How do I type • in JavaScript?
A common way is using the escape \\u{2022} in a JavaScript string.