Left Arrow(←) symbol in LaTeX

Symbol/Unicode Left Arrow/U+2190
Type of symbol Arrow
Package (requirement) No
Argument No
Latex command \leftarrow
Example \leftarrow → ←

You must use the \leftarrow command to use the left arrow in a latex document.

\documentclass{article}
\begin{document}
   $$ AB \leftarrow A + B $$
\end{document}

Output :

Use left arrow in latex.

Leave a Comment

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