isExtendedPictographic
Determines if the specified character (Unicode code point) is an Extended Pictographic.
A character is considered to be an Extended Pictographic if and only if it has the Extended_Pictographic property, defined in Unicode Emoji (Technical Standard #51).
Return
true if the character is an Extended Pictographic; false otherwise.
Since
21
Parameters
codePoint
the character (Unicode code point) to be tested.