Feat: Emoji from code point #136
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/emoji-from-codepoint"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Instead of having a list of emojis, generate from code point.
Emoji unicode block goes from hex 0x1F300 (127744) to 0x1F498 (128512). For a random emoji we generate a random number between these values as int, convert to hex and then the emoji string from code point hex value.