How to use downwards harpoon (⇂) symbol in LaTeX?

Symbol/UnicodeDownwards Harpoon with Barb Rightwards/U+21C2
Type of symbolBasic Multilingual Plane
Package (requirement)mathabx
ArgumentNo
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 *

Scroll to Top