HTML Symbol reference for
right arrow from bar
Check and copy alternative codes for the right arrow from bar symbol
↦ | right arrow from bar |
// Example for HTML
<span> &mapstoright; </span>
/* Example for CSS */
span::before {
content: "\21A6";
}