Right Loop Arrow(↬) symbol in LaTeX

Symbol/Unicode Right Loop Arrow/U+21AC
Type of symbol Arrow
Package (requirement) amssymb
Argument No
Latex command \looparrowright
Example \looparrowright → ↬

To print the Right Loop Arrow symbol in a latex document, you need to use the \looparrowright command of the amssymb package.

\documentclass{article}
\usepackage{amssymb}
\begin{document}
     $$ ABC \looparrowright 123 $$
     $$ XYZ \looparrowright 456 $$
     $$ KLK \looparrowright 123 $$
\end{document}

Output :

Use Right Loop Arrow symbol in latex.

Leave a Comment

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

Scroll to Top