0

I was wondering what the best way is to write ≙ in LaTex? I have used

\hat{=} 

and

\widehat{=}

but somehow am not very satisfied with the looks. Is there an alternative ?

Thank you!

Mico
  • 506,678
aladin
  • 115

1 Answers1

1

The package fdsymbol offers \hateq command:

\documentclass{article}

\usepackage{fdsymbol}
\begin{document}
\[
A \hateq B
\]
\end{document}