Reversed Tilde(∽) symbol in LaTeX

Symbol/Unicode Reversed Tilde/U+223D
Type of symbol Mathematical Operators
Package (requirement) stix
Argument No
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 *