[Tex/LaTex] Reproducing the following “Pi” symbol in Latex

math-modesymbols

enter image description here

Can this PI symbol be exactly reproduced in Latex? I have tried various math packages like newtx, newpx,stix etc etc, but their PI shape doesn't match with the one i have in the image.

Thank you.

Best Answer

You can load Symbol.ttf in LuaLaTeX 1.12:

\documentclass{article}
\tracinglostchars=2
\usepackage{fontspec}

\DeclareUnicodeEncoding{symbol-mt}{
  \EncodingSymbol{\textpi}{"70}
}

\newfontface\pifont{Symbol.ttf}[
  Scale=MatchLowercase,
  NFSSEncoding=symbol-mt,
  Renderer=HarfBuzz]

\begin{document}
{\huge\pifont\textpi}
\end{document}

Symbol sample

The XeTeX renderer does not appear to be able to read this font