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