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