How to use right double Arrow(⇉) symbol in LaTeX?

You will need the amssymb package to write the right double arrow symbol in Latex, you can print the symbol in the document using the \rightrightarrows command included in this package.

SymbolRight Arrow/U+21C9
Type of symbolArrow
Package (requirement)amssymb
ArgumentNo
Latex command\rightrightarrows
Example\rightrightarrows → ⇉
\documentclass{article}
\usepackage{amssymb}
\begin{document}
   \[ a \rightrightarrows b \]
   \[ a_1 \rightrightarrows a_2 \]
\end{document}

Output :

Using right double arrow symbol in latex.

Leave a Comment

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

Scroll to Top