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