HTML Symbol reference for
bottom arc anticlockwise arrow
Check and copy alternative codes for the bottom arc anticlockwise arrow symbol
⤻ | – | bottom arc anticlockwise arrow |
// Example for HTML
<span> ⤻ </span>
/* Example for CSS */
span::before {
content: "\293B";
}