------------------------------------------------------------------------------- Using or Selecting Emoji... Handling Unicode Emojis (or other unicode) in everyday applications is not easy. Typically you would use some program to find or select emoji characters which you would then copy and paste into whatever it is your typing. One list of emoji is in "utf8_emoji_demo.txt" of this directory. With a short one liner command to fuzzy select from it, (not for xterms) (I really want a better one!) One website I have forund useful for better emoij groupings is... http://xahlee.info/comp/unicode_full-width_chars.html however it is not available for download :-( ------------------------------------------------------------------------------- Basic selection GUI's Macs you can type Ctrl+Command+Space to get a selector Windows you can use Windows+R In linux you can run and install "emoji-picker" While this can be hooked into vim and shells. pip install emoji-fzf ------------------------------------------------------------------------------- Vim You can of course use method as you would for unicode. But that means typing numbers, and not fast searching. In vim you can use "emoji-ab" to convert specific typed sequences to emoji https://gitlab.com/gi1242/vim-emoji-ab https://junegunn.kr/ -------------------------------------------------------------------------------