HTML Symbol reference for
up paired arrows
Check and copy alternative codes for the up paired arrows symbol
⇈ | up paired arrows |
// Example for HTML
<span> ⇈ </span>
/* Example for CSS */
span::before {
content: "\21C8";
}