When I type Chr(0xF0AB) into the the FontAwesome Icons box for my button (with font set to FontAwesome), I simply get a button with the text 'Chr(0xF0AB)' instead of the icon. I also tried using this script: btnConvert.Text = Chr(0xF0AB) That produced an error. What syntax do I need to use for this workaround?