How to use right arrow(→) symbol in LaTeX?

Symbol/UnicodeRight Arrow/U+2192
Type of symbolArrow
Package (requirement)No
ArgumentNo
Latex command\rightarrow
Example\rightarrow = →

One of the most widely used symbols in chemical equations is the right arrow. This symbol is very easy to use in Latex, you just need to use the \rightarrow command.

\documentclass{article}
\begin{document}
   \[ \mathsf{2HCl} + \mathsf{Zn} \rightarrow \mathsf{ZnCl_2} + \mathsf{H_2} \]
   \[ \mathsf{H_2} + \mathsf{O_2} \rightarrow \mathsf{H_2}\mathsf{O} \]
   \[ \mathsf{2H_2(g)}+ \mathsf{O_2(g)} \rightarrow \mathsf{2H_2 O(g)} \]
\end{document}

Output :

Use right arrow in latex.

Leave a Comment

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

Scroll to Top