HTML Symbol reference for
top arc clockwise arrow with minus
Check and copy alternative codes for the top arc clockwise arrow with minus symbol
⤼ | top arc clockwise arrow with minus |
// Example for HTML
<span> ⤼ </span>
/* Example for CSS */
span::before {
content: "\293C";
}