Why wont Ascii symbols display for GUI.Label?

I tried saving the file with encoding > utf-8 selected and it doesn’t do anything. I just need the :male_sign: or :female_sign: symbols to display by their name.

How do I set it up? Thanks

GUI.Label (Rect(71, 420, 500, 105), Name + " :female_sign:");

Saving the file as UTF-8 is correct. Your code works fine and displays the symbol. (Obviously the font needs to include it.)