How to have the code name of a certain Emoji?
-
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!
-
@henryaukc put the cursor in your .py file, press +, select images, then emoji...
-
Got it! Thanks