HTML Symbol reference for
right-side arc clockwise arrow
Check and copy alternative codes for the right-side arc clockwise arrow symbol
⤸ | right-side arc clockwise arrow |
// Example for HTML
<span> ⤸ </span>
/* Example for CSS */
span::before {
content: "\2938";
}