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