[Tex/LaTex] Curly lower case ‘k’

fontssymbols

I want a symbol that it is to $k$ as $\ell$ is to $l$.

I looked at Scott Pakin's comprehensive Symbol's list and used detexify but I have not found it.

EDIT: I found a solution but it is a commercial font: http://www.pctex.com/mtpro2.html#Features_of_MTPro2 the cript fonts look really nice 🙁

Best Answer

As mentioned in your edit, the full version of MTPro2 from PCTeX is non-free and chargeable but includes a wide range of fonts including a script font for use in mathmode that is easy to call:

\documentclass{article}
\usepackage[mtpscr]{mtpro2}
\begin{document}
$\mathscr{kl}$
\end{document}

produces: