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