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 :
