[Tex/LaTex] How to typeset \simeq-like arrow

symbols

I need something like this:

Example

The closest I've managed to do looks like this, but it's definitely not very pretty:

enter image description here

How can I create this symbol? I can't seem to find it anywhere!

Best Answer

\documentclass[11pt,a4paper]{article}
\usepackage[T1]{fontenc}                
\usepackage[utf8]{inputenc}             
\usepackage[english,italian]{babel}
\usepackage{amsmath,amssymb,amsthm}
\newcommand{\DistTo}{\xrightarrow{
   \,\smash{\raisebox{-0.65ex}{\ensuremath{\scriptstyle\sim}}}\,}}
\begin{document}
$\DistTo$
\end{document}

enter image description here

Edit: Now I remember taking, back then, this solution here on the website. My bad. Here's the link: How to typeset an isomorphism symbol ($\simeq$) with a long bar