HTML Symbol reference for
up two headed arrow
Check and copy alternative codes for the up two headed arrow symbol
↟ | up two headed arrow |
// Example for HTML
<span> ↟ </span>
/* Example for CSS */
span::before {
content: "\219F";
}