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 :