HTML Entity/Symbol⋍(REVERSED TILDE EQUALS )

Copy this symbol

REVERSED TILDE EQUALS

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

⋍
⋍
U+022CD
\22cd
⋍

HTML Examples

Using HTML Code value in HTML file

<span> &#8909; </span>

Using HTML Entity value in HTML file

<span> &backsimeq; </span>

CSS Example

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

span { 
    content: "\22cd";
}
All HTML Symbols