Bullet Operator

If you have ever needed a ∙ Bullet Operator Symbol for work or school, but could not find it on your keyboard, you can copy and paste the symbol above or by clicking the button below.

Copy ∙ Symbol to Clipboard

Bullet Operator Codes

U+02219

Unicode

∙

Hex Code

∙

HTML Code

\2219

CSS Code

Bullet Operator Code Examples

HTML Example

<span> &#8729; </span>

CSS Example

span {
   content: "\2219";
}

Symbol Copied!