Circled Plus
Name Circled Plus
Unicode U+2295
CSS Code \2295
HTML Entity ⊕
HTML Code ⊕
html
<div>&#8853;</div>
css
div::before {
  content: "\2295";
}