[Tex/LaTex] How to make L-shaped arrow in text

arrows

I am wondering if it is possible to insert L-shaped within a text as a bullet-point.

L-shaped arrow

Thanks to everyone!

Best Answer

\documentclass{report}
\usepackage{lipsum,mathabx}
\usepackage{enumerate}

\begin{document}
\begin{enumerate}[$\drsh$]
\item \lipsum[1]
\item \lipsum[2]
\end{enumerate}
\end{document}

enter image description here