HTML Symbol reference for
right arrow above tilde operator
Check and copy alternative codes for the right arrow above tilde operator symbol
⥴ | right arrow above tilde operator |
// Example for HTML
<span> ⥴ </span>
/* Example for CSS */
span::before {
content: "\2974";
}