How can I convert html entity 😍 to \uD83D\uDE0D in JavaScript? (react native) (emoji 😍)
😍
\uD83D\uDE0D
This he library can decode
import { decode } from 'he'; decode('😍') // outputs 😍