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