[Tex/LaTex] How to use \polishhook symbol

font-encodingssymbols

I need to insert polish hook into latex document.

Using comprehensive package I found, what \polishhook{E} is supported by wsuipa font package and \polhk{E} is supported by mathscinet package.

There are problems with both (for me at least). I want to use cm-super font package, not wsuipa, and I have to use T2A font encoding while mathscinet supports OT1 only.

Is there any solution of this problem?

Best Answer

I think you are looking for the standard LaTeX accent \k

\documentclass{article}
\usepackage[T1]{fontenc}


\begin{document}

\k{E}

\end{document}

enter image description here