Bullet Operator Symbol
∙ (U+2219) is the bullet operator character used as a small dot operator in typography and math contexts.
U+2219
The symbol “∙” is called the Bullet Operator and corresponds to Unicode codepoint U+2219. It’s often used when you want a dot that looks like a typographic operator rather than a large round bullet. Below are practical ways to copy and use it in text, design, and code.
Bullet Operator Symbol Meaning
“∙” (U+2219) is the Unicode character named BULLET OPERATOR. Visually, it’s a small centered dot that reads like a math/typographic operator. In math and technical writing, it can be used to separate terms or indicate multiplication-like styling, depending on the font and context. In everyday layout, people also use it as a subtle separator between words, in lists, or to create a clean “dot” rhythm in headings and metadata. Because it’s specifically a Unicode operator character, it may render differently than common list bullets (like “•”), so choosing the right glyph helps keep spacing and style consistent.
Common uses
- •Separating items in a compact list (e.g., roles · tools · teams)
- •Acting as a subtle typographic operator in math-style notes
- •Creating “dot” dividers in headings, subtitles, and metadata lines
- •Formatting technical text where a small operator dot is preferred over a large bullet
- •Enhancing UI labels by using a consistent dot separator character
Examples
∙ Bullet Operator (U+2219)
- ∙Design · Development · Delivery
- ∙A∙B∙C
- ∙Status ∙ Available ∙ 24/7
- ∙Step 1 ∙ Step 2 ∙ Step 3
- ∙Note ∙ Updated recently
Variations
Ready to copy
Technical codes
| Unicode | U+2219 | |
| HTML Entity | ∙ | |
| HTML Code | ∙ | |
| CSS | \2219 |
FAQ
What does the Bullet Operator symbol mean?
“∙” (U+2219) is the Unicode character named BULLET OPERATOR. Visually, it’s a small centered dot that reads like a math/typographic operator. In math and technical writing, it can be used to separate terms or indicate multiplication-like styling, depending on the font and context. In everyday layout, people also use it as a subtle separator between words, in lists, or to create a clean “dot” rhythm in headings and metadata. Because it’s specifically a Unicode operator character, it may render differently than common list bullets (like “•”), so choosing the right glyph helps keep spacing and style consistent.
Is “∙” the same as the normal bullet “•”?
No. “∙” is the Bullet Operator (U+2219) and may look and space differently than the common list bullet “•” (U+2022). They are different characters.
What is the Unicode codepoint for the Bullet Operator?
It is U+2219.
How can I copy it in HTML?
Use the HTML entity: ∙.
How can I use it in CSS or JavaScript?
CSS escape: \\2219. JavaScript (Unicode escape): \\u{2219}.