HTML Symbol reference for
right wave arrow
Check and copy alternative codes for the right wave arrow symbol
↝ | right wave arrow |
// Example for HTML
<span> ↝ </span>
/* Example for CSS */
span::before {
content: "\219D";
}