HTML Symbol reference for
right two-headed arrow with tail
Check and copy alternative codes for the right two-headed arrow with tail symbol
⤖ | right two-headed arrow with tail |
// Example for HTML
<span> ⤖ </span>
/* Example for CSS */
span::before {
content: "\2916";
}