>>>>> On Thu, 05 Mar 2020 11:53:22 +0200, Eli Zaretskii said: Eli> The u+2XXX and U+3XXX characters are not Emoji by default, they are Eli> supposed to be displayed as Emoji only if followed by the Emoji-style Eli> variation selector. Otherwise, they should be displayed in text Eli> representation. Ok, so based on emoji-data.txt, my awk script produces the attached .el file. It excludes U+2XXX and U+3XXX, plus U+A9 and U+AE and anything ASCII. Note that there are duplicates in there, since some codepoints have multiple Emoji-type properties. Of course, we could just decide a bunch of ranges from Block.txt that we want to treat as emoji, and hardcode that. Robert