isSupplementaryCodePoint
Determines whether the specified character (Unicode code point) is in the #supplementary range.
Return
true if the specified code point is between .MIN_SUPPLEMENTARY_CODE_POINT and .MAX_CODE_POINT inclusive; false otherwise.
Since
1.5
Parameters
codePoint
the character (Unicode code point) to be tested