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