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