HTML Symbol reference for
anticlockwise gapped circle arrow
Check and copy alternative codes for the anticlockwise gapped circle arrow symbol
⟲ | – | anticlockwise gapped circle arrow |
// Example for HTML
<span> ⟲ </span>
/* Example for CSS */
span::before {
content: "\27F2";
}