HTML Symbol reference for
three-d bottom-lighted right arrowhead
Check and copy alternative codes for the three-d bottom-lighted right arrowhead symbol
➣ | – | three-d bottom-lighted right arrowhead |
// Example for HTML
<span> ➣ </span>
/* Example for CSS */
span::before {
content: "\27A3";
}