HTML Symbol reference for
right arrow with small circle
Check and copy alternative codes for the right arrow with small circle symbol
⇴ | – | right arrow with small circle |
// Example for HTML
<span> ⇴ </span>
/* Example for CSS */
span::before {
content: "\21F4";
}