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 :