HTML Symbol reference for
black right arrowhead
Check and copy alternative codes for the black right arrowhead symbol
➤ | – | black right arrowhead |
// Example for HTML
<span> ➤ </span>
/* Example for CSS */
span::before {
content: "\27A4";
}