How to use long right arrow(⟶) symbol in LaTeX?

No package is required to write a long right arrow symbol in LaTeX, just use the default command \longrightarrow, the symbol will be printed in the document.

Symbol/UnicodeLong right arrow/U+27F6
Type of symbolMathematics
Package (requirement)No
ArgumentNo
Latex command\longrightarrow
Example\longrightarrow
\documentclass{article}
\begin{document}
   \[ A \longrightarrow B \]
   \[ P \longrightarrow Q \longrightarrow R \]
   \[ 2\textsf{H}_2 + \textsf{O}_2 \longrightarrow 2\textsf{H}_2\textsf{O} \]
\end{document}

Output :

Use long right arrow symbol in latex.

Leave a Comment

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

Scroll to Top