How to use left arrow(←) symbol in LaTeX?

Symbol/UnicodeLeft Arrow/U+2190
Type of symbolArrow
Package (requirement)No
ArgumentNo
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 *

Scroll to Top