HTML Symbol reference for
right squiggle arrow
Check and copy alternative codes for the right squiggle arrow symbol
⇝ | right squiggle arrow |
// Example for HTML
<span> ⇝ </span>
/* Example for CSS */
span::before {
content: "\21DD";
}