Package 

Class CharKtxKt

    • Method Summary

      Modifier and Type Method Description
      final Boolean getIsEmoji()
      final Boolean getIsChineseCharacter()
      final static Boolean isEmoji(Character $self) 判断当前字符是否是 Emoji 表情符号。Emoji 符号包括多种字符,可能单独存在或成对出现(称为代理对)。此函数检查字符是否属于 Unicode 标准中定义的 Emoji 范围。
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isEmoji

         final static Boolean isEmoji(Character $self)

        判断当前字符是否是 Emoji 表情符号。

        Emoji 符号包括多种字符,可能单独存在或成对出现(称为代理对)。此函数检查字符是否属于 Unicode 标准中定义的 Emoji 范围。