How to use reversed tilde(∽) symbol in LaTeX?

Symbol/UnicodeReversed Tilde/U+223D
Type of symbolMathematical Operators
Package (requirement)stix
ArgumentNo
Latex command\backsim
Example\backsim → ∽

You need to use the \backsim command of the stix package to print the Reversed tilde symbol in a latex document.

\documentclass{article}
\usepackage{stix}
\begin{document}
   \[ a \backsim b \]
   \[ l^\backsim \]
\end{document}

Output :

Reversed tilde symbol in latex.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top