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