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