setStyle issue

I’m trying to set the FontFamily of a Button component to Wingdings3 and I’m not sure how to set it.

myButton.setStyle(“FontFamily”, “fontname”);

works for _sans and _typewrite fonts, but how do I use Wingdings 3?

Any and all help appreciated.