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