When you export Instagram data as JSON, the resulting JSON files include encoded strings like "\uD83C\uDF54".
Parsing and converting these strings can be cumbersome because a single Unicode character is often represented by a single escape sequence, but sometimes it requires two.