HTML Symbol reference for
lower left semicircular anticlockwise arrow
Check and copy alternative codes for the lower left semicircular anticlockwise arrow symbol
⤿ | – | lower left semicircular anticlockwise arrow |
// Example for HTML
<span> ⤿ </span>
/* Example for CSS */
span::before {
content: "\293F";
}