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