Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 632 Bytes

expand-emojis-with-the-spread-operator.md

File metadata and controls

15 lines (11 loc) · 632 Bytes

Expand Emojis With The Spread Operator

There are a number of emojis that are not stand-alone unicode characters, but instead are a combination of two or more other emojis. The two main places this happens is with family emojis and emojis using non-simpsons skin tones.

You can use JavaScript's spread operator to expand these emojis to see what their base components are. Here is a screenshot of a few that I expanded from Chrome's dev tools.

source