isSupplementaryCodePoint

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

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