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