Slide 12
Slide 12 text
*$6ʹΑΔ&NPKJଐੑͷఆ
import android.icu.lang.UCharacter
import android.icu.lang.UProperty
val whiteSmilingFace = Character.codePointAt("☺", 0) // (int)0x0000263a
UCharacter.hasBinaryProperty(whiteSmilingFace, UProperty.EMOJI) // true
val smilingFaceWithHalo = Character.codePointAt("", 0) // (int)0x0001f607
UCharacter.hasBinaryProperty(smilingFaceWithHalo, UProperty.EMOJI) // true
val hiraganaLetterA = Character.codePointAt("͋", 0) // (int)0x00003042
UCharacter.hasBinaryProperty(hiraganaLetterA, UProperty.EMOJI) // false