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