Symbol/Unicode | Left Arrow with Loop/U+21AB |
---|---|
Type of symbol | Arrow |
Package (requirement) | amssymb |
Argument | No |
Latex command | \looparrowleft |
Example | \looparrowleft → ↫ |
To write the Left Arrow with Loop symbol in Latex you need to use the \looparrowleft
command included in the amssymb package.
\documentclass{article}
\usepackage{amssymb}
\begin{document}
$$ ABC \looparrowleft 123 $$
$$ XYZ \looparrowleft 456 $$
$$ KLK \looparrowleft 123 $$
\end{document}
Output :