HTML Symbol reference for
circled heavy white right arrow
Check and copy alternative codes for the circled heavy white right arrow symbol
➲ | – | circled heavy white right arrow |
// Example for HTML
<span> ➲ </span>
/* Example for CSS */
span::before {
content: "\27B2";
}