HTML Symbol reference for
south east arrow to corner
Check and copy alternative codes for the south east arrow to corner symbol
⇲ | – | south east arrow to corner |
// Example for HTML
<span> ⇲ </span>
/* Example for CSS */
span::before {
content: "\21F2";
}