Circled Dot Operator
⊙
UNICODE
U+02299HEX CODE
⊙HTML CODE
⊙HTML ENTITY
⊙CSS CODE
\2299 // html example
<span>⊙</span> // css example
span {
content: "\2299";
} ⊙
U+02299⊙⊙⊙\2299 // html example
<span>⊙</span> // css example
span {
content: "\2299";
}