HTML Symbol reference for
anticlockwise top semicircle arrow
Check and copy alternative codes for the anticlockwise top semicircle arrow symbol
↶ | anticlockwise top semicircle arrow |
// Example for HTML
<span> ↶ </span>
/* Example for CSS */
span::before {
content: "\21B6";
}