I want to create the same symbol the Latex code \overset{!}{=}
produces using pure typst.
I tried accent("=", "!")
but it places the exclamation mark directly over the equal sign instead of on top of it.
latex:
typst:
Is there any pure typst function to achieve this?
(without embedding latex code into my typst document)