HTML Symbol reference for
heavy south east arrow
Check and copy alternative codes for the heavy south east arrow symbol
➘ | – | heavy south east arrow |
// Example for HTML
<span> ➘ </span>
/* Example for CSS */
span::before {
content: "\2798";
}