HTML Symbol reference for
left right arrow through small circle
Check and copy alternative codes for the left right arrow through small circle symbol
⥈ | left right arrow through small circle |
// Example for HTML
<span> ⥈ </span>
/* Example for CSS */
span::before {
content: "\2948";
}