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