lperamo / ecocomposer

Frontend library with as little JavaScript as possible.
https://ecocomposer.dev
Other
2 stars 0 forks source link

Add combined emojis in the font component #28

Open lperamo opened 1 year ago

lperamo commented 1 year ago

Describe the solution you'd like We can combine emojis by creating sequences that are joined with a Zero Width Joiner character ‍. We must then add those emojis https://emojipedia.org/emoji-zwj-sequence/.

lperamo commented 1 year ago

It seems that sometimes there is no need to use ‍ to combine emojis. If they are defined in https://unicode.org/charts, it might not be needed. Moreover, those combinations can differ from one OS to another.