Emoji Deets Example

Get details (unicodeEndpoint, occurrences, position, negative, neutral, positive, sentimentScore, unicodeName, and unicodeBlock) of an emoji.

Download Back To CSSScript.Com

Usage (SEE CONSOLE):

const output = emojiCheck('😍');

Output:

{
  "emoji": "😍",
  "unicodeEndpoint": "0x1f60d",
  "occurrences": 6359,
  "position": 0.765,
  "negative": 0.052,
  "neutral": 0.219,
  "positive": 0.729,
  "sentimentScore": 0.678,
  "unicodeName": "SMILING FACE WITH HEART-SHAPED EYES",
  "unicodeBlock": "Emoticons"
}