HTML Symbol reference for
clockwise closed circle arrow
Check and copy alternative codes for the clockwise closed circle arrow symbol
⥁ | – | clockwise closed circle arrow |
// Example for HTML
<span> ⥁ </span>
/* Example for CSS */
span::before {
content: "\2941";
}