HTML Entity/Symbol∽(REVERSED TILDE )

Copy this symbol

REVERSED TILDE

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

∽
∽
U+0223D
\223d
∽

HTML Examples

Using HTML Code value in HTML file

<span> &#8765; </span>

Using HTML Entity value in HTML file

<span> &backsim; </span>

CSS Example

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

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