HTML Entity/Symbol∼(TILDE OPERATOR )

Copy this symbol

TILDE OPERATOR

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

∼
∼
U+0223C
\223c
∼

HTML Examples

Using HTML Code value in HTML file

<span> &#8764; </span>

Using HTML Entity value in HTML file

<span> &sim; </span>

CSS Example

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

span { 
    content: "\223c";
}
All HTML Symbols