HTML Symbol reference for
triangle-headed right arrow
Check and copy alternative codes for the triangle-headed right arrow symbol
➝ | – | triangle-headed right arrow |
// Example for HTML
<span> ➝ </span>
/* Example for CSS */
span::before {
content: "\279D";
}