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