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