emoji-java icon indicating copy to clipboard operation
emoji-java copied to clipboard

Airplane is not consider has an Emoji

Open prcaen opened this issue 6 years ago • 2 comments

Hi,

There is an issue with some emojis. I spotted the Airplane, but I think there is other which are not working like the black heart suit by calling the method: EmojiManager.isEmoji("✈️"), the result is false capture d ecran 2018-05-02 a 10 03 13

Thanks

prcaen avatar May 02 '18 08:05 prcaen

Hi !

I've the same issue with hearts : ❤️ >> false

Is it possible to fix this ? Thanks

erwanlenagard avatar Dec 21 '18 09:12 erwanlenagard

If you strip the variation selector char from the string it should return true https://codepoints.net/U+FE0F?lang=en

4ver avatar Sep 06 '19 11:09 4ver