Reversed Tilde Equals Symbol ⋍

Copy to Clipboard


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

Reversed Tilde Equals Symbol Encoding

UTF-8 0xE2 0x8B 0x8D
UTF-16 0x22CD
UTF-32 0x000022CD


Reversed Tilde Equals symbol's PNG and SVG files


How to type reversed tilde equals symbol in latex

Copy \documentclass{article}
\usepackage{amssymb}
\begin{document}
\backsimeq
\end{document}

How to add reversed tilde equals symbol via keyboard on different Operating systems

You can type the reversed tilde equals 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 on microsoft Microsoft Word using steps mentioned below:

  • Place your cursor in the text area where you need to insert the symbol and type 2 2 C D
  • Without moving the cursor press keys Alt + x together
  • The original 2 2 C D 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 Mac OS
    How to type reversed tilde equals symbol on Mac OS

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 2 2 C D 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 on ios and android is to copy and paste it wherever you need it.


How to use reversed tilde equals in CSS

Copy // css example
span {
content: "\22CD";
}

How to type reversed tilde equals in HTML

Copy // html example
<span>&#8909;</span>

Reversed Tilde Equals symbol representation in programming languages

reversed tilde equals'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'
No Result
Try something else