0

I dont know much about packages and I was wondering if there was one that would let me enter this symbol in math mode: ↦.

1 Answers1

4
\documentclass[border=5pt]{standalone}
\begin{document}
$\mapsto$

$\longmapsto$
\end{document}

enter image description here

citsahcots
  • 7,992