HTML Entity/Symbol⇝(RIGHTWARDS SQUIGGLE ARROW )

Copy this symbol

RIGHTWARDS SQUIGGLE ARROW

Click on any of the following code values to copy to clipboard.

⇝
⇝
U+021DD
\21dd
⇝

HTML Examples

Using HTML Code value in HTML file

<span> &#8669; </span>

Using HTML Entity value in HTML file

<span> &zigrarr; </span>

CSS Example

Using CSS content code of the HTML entity &zigrarr; to specify in a CSS file

span { 
    content: "\21dd";
}
All HTML Symbols