HTML Symbol reference for
down two headed arrow
Check and copy alternative codes for the down two headed arrow symbol
↡ | down two headed arrow |
// Example for HTML
<span> ↡ </span>
/* Example for CSS */
span::before {
content: "\21A1";
}