HTML Symbol reference for
right arrow with corner down
Check and copy alternative codes for the right arrow with corner down symbol
↴ | – | right arrow with corner down |
// Example for HTML
<span> ↴ </span>
/* Example for CSS */
span::before {
content: "\21B4";
}