Left Right Arrow Through Small Circle
Name Left Right Arrow Through Small Circle
Unicode U+2948
CSS Code \2948
HTML Entity ⥈
HTML Code ⥈
html
<div>&#10568;</div>
css
div::before {
  content: "\2948";
}