1

I wish to write H as below form:

enter image description here

But I do not know what is its symbol in the latex!

If anyone has experience using this symbol, thanks for providing it.

1 Answers1

2

This is an interesting question.

Are you happy with this (using stix package):

\documentclass{article}
\usepackage{stix}
\begin{document}
A script k in maths $\mathscr H$
\end{document}

Output:

enter image description here

mmr
  • 2,249
  • 5
  • 22