HTML Entity/Symbol˜(SMALL TILDE )

˜
Copy this symbol

SMALL TILDE

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

˜
˜
U+002DC
\02dc
˜

HTML Examples

Using HTML Code value in HTML file

<span> &#732; </span>

Using HTML Entity value in HTML file

<span> &DiacriticalTilde; </span>

CSS Example

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

span { 
    content: "\02dc";
}
All HTML Symbols