Top Arc Clockwise Arrow with Minus
Name Top Arc Clockwise Arrow with Minus
Unicode U+293C
CSS Code \293C
HTML Entity ⤼
HTML Code ⤼
html
<div>&#10556;</div>
css
div::before {
  content: "\293C";
}