Variable: auto-composition-emoji-eligible-codepoints
auto-composition-emoji-eligible-codepoints is a variable defined in
composite.c.
Value
(9757 9977 9996 9997 10084 127947 127948 127987 127988 128065 128372
128373 128400 8419)
Documentation
List of codepoints for which auto-composition will check for an emoji font.
These are codepoints which have Emoji_Presentation = No, and thus by default are not displayed as emoji. In certain circumstances, such as when followed by U+FE0F (VS-16) the emoji font should be used for them anyway.
This list is auto-generated, you should not need to modify it.
Source Code
// Defined in /usr/src/emacs/src/composite.c
DEFVAR_LISP ("auto-composition-emoji-eligible-codepoints", Vauto_composition_emoji_eligible_codepoints,
doc: /* List of codepoints for which auto-composition will check for an emoji font.
These are codepoints which have Emoji_Presentation = No, and thus by
default are not displayed as emoji. In certain circumstances, such as
when followed by U+FE0F (VS-16) the emoji font should be used for
them anyway.
This list is auto-generated, you should not need to modify it. */);