Forum Archive

How to have the code name of a certain Emoji?

henryaukc

Hi All,

I know now how to get the image of an emoji through this line:

ui.Image.named('emj:Multiplication_X').with_rendering_mode(ui.RENDERING_MODE_ORIGINAL)

But I search the forum and web but can’t find out how to know the code name of a certain emoji like “Multiplication_X” in the first place?

Thanks a lot!

cvp

@henryaukc put the cursor in your .py file, press +, select images, then emoji...

henryaukc

Got it! Thanks