HTML Symbol reference for
up two-headed arrow from small circle
Check and copy alternative codes for the up two-headed arrow from small circle symbol
⥉ | up two-headed arrow from small circle |
// Example for HTML
<span> ⥉ </span>
/* Example for CSS */
span::before {
content: "\2949";
}