HTML Symbol reference for
drafting point right arrow
Check and copy alternative codes for the drafting point right arrow symbol
➛ | – | drafting point right arrow |
// Example for HTML
<span> ➛ </span>
/* Example for CSS */
span::before {
content: "\279B";
}