How to export text emojis as svg file?

Hi all,

Is there a way to export text emojis as a svg file? When I try to export it, the emoji just turns into a square block of the text’s fill color.

What it should look like:
image

What it actually looks like:
image

Not sure why that happens but as a workaround you can rasterize the emoji before exporting.

@Sun_Chong
I had this issue and the only solution that worked for me was flattening the text emoji, before exporting as SVG.

Right click on the emoji and choose the ‘Flatten’ option;
Shortcut: Command + E (Mac) or Ctrl + E (Windows)