Top Arc Anticlockwise Arrow with Plus
Name Top Arc Anticlockwise Arrow with Plus
Unicode U+293D
CSS Code \293D
HTML Entity ⤽
HTML Code ⤽
html
<div>&#10557;</div>
css
div::before {
  content: "\293D";
}