HTML Symbol reference for
arrow pointing right then curving up
Check and copy alternative codes for the arrow pointing right then curving up symbol
⤴ | – | arrow pointing right then curving up |
// Example for HTML
<span> ⤴ </span>
/* Example for CSS */
span::before {
content: "\2934";
}