I'm trying to generate strings from the number Code found on http://www.unicode.org/emoji/charts/full-emoji-list.html#1f6b4 so I can set treeview nodes to show the emoji icons. Any clue how to do this. Here is what I tried but just displays a small rectangle.
string emoji = "Face Savoring Food " + char.ConvertFromUtf32(0x1F60B);
EmojiTreeView.Nodes.Add(emoji);