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