I would like to use Palatino for running text and some matching fonts for math, so I use the package mathpazo. Is there a way to get the \textleftarrow?
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{textcomp}
\usepackage{mathpazo}
\begin{document}
abc\textleftarrow
\end{document}