Rendering of `👓` good with Katvan but bad with `typst compile`?!

[UPDATE 2]

I was able to get the ‘eyeglasses’ emoji character (:eyeglasses:) to render properly only with the Adobe repo, but it is archived at the moment and some fonts are missing: instead, I found the (usually) best way here: Make embedded SVG look like it's emoji character - #2 by HoneyPop (Noto-COLRv1.ttf file from GitHub - googlefonts/noto-emoji: Noto Emoji fonts · GitHub)

Then again, emoji support in Typst still appears to be patchy so once you’ve found the font that works well with a certain character, if possible it’s a good idea to tell Typst which font it should use for that piece of text.

[UPDATE]

If you want SVG try this (https://github.com/adobe-fonts/noto-emoji-svg/raw/main/fonts/NotoColorEmoji-SVG.otf+typst compile --ignore-system-fonts --font-path /home/yalihupokn/Downloads/ t.typ)

[ORIGINAL]

This did it in the end! (typst compile --font-path /var/lib/flatpak/runtime t.typ)