HTML Symbol reference for
heavy black curved up and right arrow
Check and copy alternative codes for the heavy black curved up and right arrow symbol
➦ | – | heavy black curved up and right arrow |
// Example for HTML
<span> ➦ </span>
/* Example for CSS */
span::before {
content: "\27A6";
}