HTML Symbol reference for
down quadruple arrow
Check and copy alternative codes for the down quadruple arrow symbol
⟱ | – | down quadruple arrow |
// Example for HTML
<span> ⟱ </span>
/* Example for CSS */
span::before {
content: "\27F1";
}