Circled Dot Operator |
| Name | Circled Dot Operator | |
| Unicode | U+2299 | |
| CSS Code | \2299 | |
| HTML Entity | ⊙ | |
| HTML Code | ⊙ |
<div>⊙</div>div::before {
content: "\2299";
}Circled Dot Operator |
| Name | Circled Dot Operator | |
| Unicode | U+2299 | |
| CSS Code | \2299 | |
| HTML Entity | ⊙ | |
| HTML Code | ⊙ |
<div>⊙</div>div::before {
content: "\2299";
}