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