HTML Symbol reference for
arrow pointing down then curving left
Check and copy alternative codes for the arrow pointing down then curving left symbol
⤶ | arrow pointing down then curving left |
// Example for HTML
<span> ⤶ </span>
/* Example for CSS */
span::before {
content: "\2936";
}