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 :