Function: textFromUnifiedID()
textFromUnifiedID(
unifiedID
):string
Convert a unified emoji ID its emoji representation.
Parameters
• unifiedID: string
The hyphen delimited hex representation of the UTF-16 code points in the emoji
Returns
string
The emoji as a string
Example
assert(textFromUnifiedId("1F926-200D-2642-FE0F") === "🤦♂️");