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