HTML Symbol reference for
right arrow from bar to black diamond
Check and copy alternative codes for the right arrow from bar to black diamond symbol
⤠ | right arrow from bar to black diamond |
// Example for HTML
<span> ⤠ </span>
/* Example for CSS */
span::before {
content: "\2920";
}