Upwards Harpoon Arrow(↿) symbol in LaTeX

Symbol/Unicode Upwards Harpoon /U+21BF
Type of symbol Arrow
Package (requirement) mathabx
Argument No
Latex command \upharpoonleft
Example \upharpoonleft → ↿

You need to use the \upharpoonleft command of the mathabx package to write the Upwards harpoon arrow symbol in latex.

\documentclass{article}
\usepackage{mathabx}
\begin{document}
   $$ ABC \;\upharpoonleft 123 $$
   $$ XYZ \;\upharpoonleft 123 $$
\end{document}

Output :

Use upwards harpoon arrow in latex.

Leave a Comment

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

Scroll to Top