Search
Search for a symbol or emoji...
⋍
⋍
Reversed Tilde Equals Symbol ⋍
Reversed Tilde Equals Symbol Information
| Symbol Name | Reversed Tilde Equals |
| Unicode Version | 1.1 (June 1993) |
| Unicode | U+22CD |
| CSS Code | \22CD |
| HTML Entity | ⋍ |
| Hex Code | ⋍ |
| HTML Code | ⋍ |
| Latex | \backsimeq |
| Symbol | ⋍ |
Reversed Tilde Equals Symbol Encoding
| UTF-8 | 0xE2 0x8B 0x8D |
| UTF-16 | 0x22CD |
| UTF-32 | 0x000022CD |
Reversed Tilde Equals Symbol in Latex
Reversed Tilde Equals
1\documentclass{article}
2\usepackage{amssymb}
3\begin{document}
4\backsimeq
5\end{document}How to add reversed tilde equals symbol via keyboard on different Operating systems
You can type the reversed tilde equals symbol on most modern devices with the help of following methods:
How to type reversed tilde equals symbol on Microsoft Word
You can type the reversed tilde equals in Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 22CD
- Without moving the cursor press keys Alt + x together
- The original 22CD is now transformed into ⋍
How to type reversed tilde equals symbol on Microsoft Windows
You can type the reversed tilde equals on Microsoft windows using following steps:
- Hold Alt and press to type reversed tilde equals on your windows machine.
How to type reversed tilde equals symbol on Mac OS
You can type the reversed tilde equals on Mac OS using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Press Ctrl + ⌘ Command + ⎵ Space to bring up the Character Viewer. Alternatively, choose Edit ⇒ Emoji & Symbols
- Type "Reversed Tilde Equals" in the search field at the top and press Enter
- The symbol should appear. Click on it to insert it into your text


How to type reversed tilde equals symbol on Linux
You can type the reversed tilde equals on Linux using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Hold ⇧ Shift + Ctrl and press the letter + U
- Press keys 22CD consecutively
- And then press ↵ Enter , the desired symbol will be added to your document
How to type reversed tilde equals symbol on IOS and Android
The easiest way to type the reversed tilde equals symbol on ios and android is to copy and paste it wherever you need it.
How to use reversed tilde equals in CSS
//CSS Example
1span {
2 content: \22CD;
3 }How to use reversed tilde equals in HTML
//HTML Example
1<span>⋍</span>Reversed Tilde Equals symbol representation in programming languages
Reversed Tilde Equalssymbol's representation in different programming languages can be found in table below:
| Language | Representation |
|---|---|
| Rust | \u{22CD} |
| Ruby | \u{22CD} |
| Python | \u22CD |
| PHP | \u{22CD} |
| Perl | \x{22CD} |
| Java | \u22CD |
| Modern JavaScript - Since ES6 | \u{22CD} |
| JavaScript | \u22CD |
| Go | \u22CD |
| C# | \u22CD |
| C and C++ | \u22CD |
| Bash and Zsh - inside echo -e | \u22CD |
| RFC 5137 | \u'22CD' |
