console.log(JSON.stringify("\uD83D\uDE0E")); // 😎// JSON.stringify() 0xD800-0xDFFFconsole.log(JSON.stringify("\u{D800}")); // "\ud800"