HTML Symbol reference for
up arrow with tip left
Check and copy alternative codes for the up arrow with tip left symbol
↰ | up arrow with tip left |
// Example for HTML
<span> ↰ </span>
/* Example for CSS */
span::before {
content: "\21B0";
}