HTML Symbol reference for
heavy concave-pointed black right arrow
Check and copy alternative codes for the heavy concave-pointed black right arrow symbol
➨ | – | heavy concave-pointed black right arrow |
// Example for HTML
<span> ➨ </span>
/* Example for CSS */
span::before {
content: "\27A8";
}