HTML Symbol reference for
rising diagonal crossing south east arrow
Check and copy alternative codes for the rising diagonal crossing south east arrow symbol
⤰ | – | rising diagonal crossing south east arrow |
// Example for HTML
<span> ⤰ </span>
/* Example for CSS */
span::before {
content: "\2930";
}