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