How to use right left harpoon arrow(⇌) symbol in LaTeX?

Symbol/UnicodeRight Left Harpoon Arrow/U+21CC
Type of symbolArrow
Package (requirement)No
ArgumentNo
Latex command\rightleftharpoons
Example\rightleftharpoons → ⇌

One of the symbols used in chemical equation is the right-left harpoon arrow. You need to use the \rightleftharpoons command for this symbol in latex.

\documentclass{article}
\begin{document}
   \[ A + B \rightleftharpoons AB \]
   \[ N_2 + CH_2 \rightleftharpoons 2NH_3 \]
   \[ CO_2(g) + C(s) \rightleftharpoons 2CO(g) \]
\end{document}

Output :

Use right left harpoon arrow in latex.

Leave a Comment

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

Scroll to Top