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