Out of curiosity, are you able to link to the reference where you got your example? Since this symbol isn’t defined in the unicode standard (at least not in the arrows range 2190–21FF nor any of the supplemental arrows ranges 27F0–27FF, 2900–297F, 1F800–1F8FF), it might be useful to look more closely how the reference implements this
The reference image is a screenshot from the book Gödel’s Theorems and Zermelo’s Axioms in case that’s of any help, but I don’t have any details on how it was accomplished there. During a very brief search I also didn’t find any latex package providing arrows like this.
In case it’s of any help, selecting and copying the arrow in the pdf yields Î===Ï.
Thanks! It seems that the way this is implemented inside the PDF is with the symbols ⪻===⪼ (the arrow heads are prec.double and succ.double respectively), and Î===Ï is due to an encoding bug.
The font seems to be TeX mathb, but sadly the font’s format is antiquated and incompatible with typst. I tried some online converters, but they did not work for me. Maybe you’ll be luckier. With the default font, it looks kind of ugly:
Thanks, that was incredibly helpful, I managed to convert enough of the font to otf by going off the type 1 version and using fontforge.
In case anyone else ever needs this for some reason, I’ve uploaded the results of this conversion here, and here’s a minimal example for the arrow in typst: