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