Bullet operator (∙) is Unicode U+2219 in the Mathematical Operators block. It is a math dot often used for products such as a ∙ b. HTML has no standard named entity for U+2219 — use numeric or CSS forms (or type the character in UTF-8).
Remember
Character ∙
Unicode U+2219
Hex entity ∙
Decimal ∙
Named entity (none)
CSS escape \2219
Not the same • U+2022 (•) — list bullet
Not the same · U+00B7 (·) — middle dot
All of these produce the same glyph: ∙. Prefer typing ∙ in UTF-8 when you can; use ∙ / ∙ or CSS for generated content. For list markers, prefer • (•).
Screen readers may not say “dot product.” Pair the glyph with visible or visually hidden text such as dot.
Fonts
Check math coverage
Some UI fonts omit U+2219. Prefer fonts with solid Mathematical Operators support.
CSS vs HTML
Do not mix escapes
\2219 belongs in CSS. ∙ / ∙ belong in HTML.
Semicolon
End references
Always finish with ; — write ∙, not ∙.
Compatibility
Browser Support
Bullet operator (U+2219) and its entity forms (∙, ∙, CSS \\2219) are supported in all mainstream browsers. Glyph quality depends on font support for Mathematical Operators.
✓ Universal support
Bullet Operator (∙)
Type ∙, or encode with hex, decimal, or CSS escape — same glyph everywhere encoding is supported.
100%Browser coverage
Google ChromeSupported
Yes
Microsoft EdgeSupported
Yes
Mozilla FirefoxSupported
Yes
Apple SafariSupported
Yes
OperaSupported
Yes
Internet ExplorerAll versions
Yes
U+2219 / entitiesFull support
Bottom line: Prefer a typed ∙ or ∙ for math markers. Use decimal when generating markup, and \\2219 only inside CSS content.
Remember
Key Takeaways
Unicode: bullet operator is U+2219 (decimal 8729).
HTML: use ∙ or ∙ (no named entity).
CSS: use \2219 inside content for generated icons.
Watch out: ∙ ≠ • (• is the list bullet).
One line:U+2219 → ∙ / ∙ / CSS \2219.
Frequently Asked Questions
Use ∙ (hex), ∙ (decimal), or the CSS escape \2219 in the content property. All render ∙. You can also paste ∙ directly if your file is UTF-8. There is no standard named entity.
U+2219 (hex 2219, decimal 8729). Unicode names it BULLET OPERATOR. It belongs to the Mathematical Operators block.
No. HTML5 / WHATWG does not define a named character reference for U+2219. Prefer ∙, ∙, or a typed ∙ in UTF-8. • is for U+2022 (•), not U+2219.
∙ (U+2219) is the math bullet operator. • (U+2022) is the common list bullet (•). They are different code points.
HTML entities (∙ or ∙) go in markup. The CSS escape \2219 is used in stylesheets (usually in the content property of ::before/::after). Both render ∙.
Use ∙ for math notation such as a dot product (a ∙ b). Prefer • / • for everyday list bullets.
🤔
Did you know?
Bullet operator is Unicode U+2219 (decimal 8729) in the Mathematical Operators block — official name BULLET OPERATOR. There is no standard named HTML entity. It is not the list bullet (U+2022 • / •) or middle dot (U+00B7 ·).