Currently, if you put `\uD83D\uDE02`, this → :joy:...
# compose
k
Currently, if you put
\uD83D\uDE02
, this → 😂 emoji is shown. However, Unicode for the same is
U+1F602
. I want to understand how we go from
U+1F602
to
\uD83D\uDE02
. As per the documentation, it’s handled by the EmojiCompat. I want to understand how we could use this library in Jetpack Compose