How to use left dashed arrow(⇠) symbol in LaTeX?

Symbol/UnicodeLeft Dashed Arrow/U+21E0
Type of symbolSet Operator
Package (requirement)MnSymbol
ArgumentNo
Latex command\dashleftarrow
Example\dashleftarrow → ⇠

To write the Left Dashed Arrow symbol in a latex document, you need to use the \dashleftarrow command of the MnSymbol package.

\documentclass{article}
\usepackage{MnSymbol}
\begin{document}
   \[ ABC \dashleftarrow 123 \]
   \[ XYZ \dashleftarrow 123 \]
\end{document}

Output :

Use left dashed arrow in latex.

Leave a Comment

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

Scroll to Top