HTML Symbol reference for
anticlockwise open circle arrow
Check and copy alternative codes for the anticlockwise open circle arrow symbol
↺ | anticlockwise open circle arrow |
// Example for HTML
<span> ↺ </span>
/* Example for CSS */
span::before {
content: "\21BA";
}