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