isSupplementaryCodePoint

Native
1.3
@ExperimentalNativeApi fun Char.Companion . isSupplementaryCodePoint (
codepoint : Int
) : Boolean

(source)

Checks if the codepoint specified is a supplementary codepoint or not.

Note that this function is unstable. In the future it could be deprecated in favour of an overload that would accept a CodePoint type.