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