'Is there a way I can get the name of an emoji from its character as a string?

I'm working in javascript (in the browser not nodejs) and I want to be able to take an emoji character (something like 🤨) and grab a description or name for it (like face with raised eyebrow). This data seems to be available in some form in Unicode's full list of emojis but I'd like to know if there is some kind of way to fetch this data automatically.

Thanks!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source