I'm trying to display a Unicode character on a label but get an rectangle instead
is it possible to successfully display all Unicode characters on GUI on labels buttons etc?
the one i'm trying to display is ChrW(11034) which is ⬚
$square = GUICtrlCreateLabel(ChrW(11034),10,20, 10, 15)