HTML Symbol reference for
right double dash arrow
Check and copy alternative codes for the right double dash arrow symbol
⤍ | right double dash arrow |
// Example for HTML
<span> ⤍ </span>
/* Example for CSS */
span::before {
content: "\290D";
}