问题
I have an emoji(ex: "\U0001F610") and I'd like to display it in the toolbar title. It works well in a TextView, but it doesn't seem to work for the toolbar. Can you give me any advice on how to do it properly?
回答1:
ActionBar.Title = "\uD83D\uDE03";
ActionBar.Title = "\uD83D\uDE03" + "\uD83D\uDE0F" + "\uD83D\uDE10";
来源:https://stackoverflow.com/questions/38396429/how-can-i-display-an-emoji-in-the-toolbar-title