Left Dashed Arrow(⇠) symbol in LaTeX

Symbol/Unicode Left Dashed Arrow/U+21E0
Type of symbol Set Operator
Package (requirement) MnSymbol
Argument No
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 *