getEmoji

fun getEmoji(unicode: CharArray, start: Int = 0, end: Int = unicode.size): IEmoji?

Finds Emoji instance from emoji unicode

Return

Emoji instance if unicode matches and emoji, null otherwise.

Parameters

unicode

unicode of emoji to get