HTML Symbol reference for
squat black right arrow
Check and copy alternative codes for the squat black right arrow symbol
➧ | – | squat black right arrow |
// Example for HTML
<span> ➧ </span>
/* Example for CSS */
span::before {
content: "\27A7";
}