Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.emacs.help > #60694

Re: How to display 'all' emoji

From Cecil Westerhof <Cecil@decebal.nl>
Newsgroups gnu.emacs.help
Subject Re: How to display 'all' emoji
Date 2023-03-29 19:33 +0200
Organization Decebal Computing
Message-ID <87fs9nlawr.fsf@munus.decebal.nl> (permalink)
References <87o7oblfb0.fsf@munus.decebal.nl>

Show all headers | View raw


Cecil Westerhof <Cecil@decebal.nl> writes:

> I am playing a little with emoji. Some are displayed in black and
> white for example:
>     ☕ Hot Beverage
>
> But most are not, for example:
>     🫖 Teapot
>
> This displays a box with 01FAD6 in it.
>
> Is there a font I could use to display 'all' emoji correctly? And if
> it could be done in colour …

found it:
    (set-fontset-font t '(#x1f000 . #x1faff)
              (font-spec :family "Noto Color Emoji"))

Works for most and in colour. One that does not work:
    🫶 Heart Hands

-- 
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof

Back to gnu.emacs.help | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

How to display 'all' emoji Cecil Westerhof <Cecil@decebal.nl> - 2023-03-29 17:58 +0200
  Re: How to display 'all' emoji HASM <hasm@example.invalid> - 2023-03-29 09:31 -0700
    Re: How to display 'all' emoji Cecil Westerhof <Cecil@decebal.nl> - 2023-03-29 20:01 +0200
  Re: How to display 'all' emoji Cecil Westerhof <Cecil@decebal.nl> - 2023-03-29 19:33 +0200
    Re: How to display 'all' emoji HASM <hasm@example.invalid> - 2023-03-29 13:52 -0700
      Re: How to display 'all' emoji Cecil Westerhof <Cecil@decebal.nl> - 2023-03-30 07:05 +0200

csiph-web