HTML Symbol reference for
down arrow
Check and copy alternative codes for the down arrow symbol
↓ | down arrow |
// Example for HTML
<span> ↓ </span>
/* Example for CSS */
span::before {
content: "\2193";
}