I would like to use a unicode symbol for Power, ⏻, in my drop-down menu. Here is a link saying it can be done; however, I can't figure how to code it.
how to make icons in google custom menu
var menu = DocumentApp.getUi().createAddonMenu();
menu.addItem('♠', 'Run App');
menu.addToUi();
Thanks.