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