Downwards Harpoon (⇂) symbol in LaTeX

Symbol/Unicode Downwards Harpoon with Barb Rightwards/U+21C2
Type of symbol Basic Multilingual Plane
Package (requirement) mathabx
Argument No
Latex command \downharpoonright
Example \downharpoonright → ⇂

You need to use the \downharpoonright command from mathabx package to print the Downwards Harpoon symbol in a latex document.

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

Output :

Use Downwards Harpoon arrow in latex

Leave a Comment

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