1
2
3
4
export const spreadExample = [
[..."๐Ÿ˜ถโ€๐ŸŒซ๏ธ"],
[..."๐Ÿ˜ถโ€๐ŸŒซ๏ธ"].map((c) => c.codePointAt(0).toString(16)).join(" "),
];