HTML Symbol reference for
right double arrow-tail
Check and copy alternative codes for the right double arrow-tail symbol
⤜ | right double arrow-tail |
// Example for HTML
<span> ⤜ </span>
/* Example for CSS */
span::before {
content: "\291C";
}