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