Use twemoji to parse "3 letter" emojis

217 Views Asked by At

I'm trying to use the twemoji.parse() function to render "3 letter" emojis, like "‍♀️" which would be a female detective with dark skin.

Here is what I tried:

Try one

twemoji.parse("‍♀")

Result: image


Try two

twemoji.parse("♀‍") image

1

There are 1 best solutions below

1
On

Given that this library does support combined emojis, I think the most likely answer is simply that they don't have support for combining detective + female yet. Did you consider a feature request?