>>> "UB" == Uwe Brauer writes: >>> "AS" == Adam Sjรธgren writes: >> Uwe writes: >>> So the NotoColorEmji.ttf is somehow not found by the system ๐Ÿฅฒ >> Try putting the file in ~/.fonts/ - that works for me. >> I have this in my ~/.emacs/init.el: >> ;; Emoji: ๐Ÿ˜„, ๐Ÿคฆ, ๐Ÿด๓ ง๓ ข๓ ณ๓ ฃ๓ ด๓ ฟ, ๐Ÿ™‚, ๐Ÿ˜‰, ๐Ÿ˜ƒ >> (set-fontset-font t 'symbol "Noto Color Emoji" nil 'append) >> (set-fontset-font t 'symbol "Symbola" nil 'append) (set-fontset-font t 'symbol (font-spec :family "Apple Color Emoji") nil 'prepend) Seems to work save the crying emoji, ah well > BTW, now emoji utf8 font is available on MacOS at least not for emacs28