HTML Symbol reference for
wedge-tailed right arrow
Check and copy alternative codes for the wedge-tailed right arrow symbol
➼ | – | wedge-tailed right arrow |
// Example for HTML
<span> ➼ </span>
/* Example for CSS */
span::before {
content: "\27BC";
}