I am designing the UI of an DB and i use Segeo UI Symbols font to make the UI looks like a Windows Metro app. (Working in Access 2013)

I have a exit button (Circle with an arrow going backwards) Just like in Office 2013.

As you can see en attached picture the exit button is showing well, but when I close the DB and load it up again the Exit button is showing a rectangle instead of the Circle. I can then go into design mode select Segeo UI Symbols again, which is already selected, and the circle is back.
I've found this article http://www.askvg.com/fix-unknown-cha...-login-screen/

That covers the subject, but it didn't solve my problem.

So to fix this I want the button to load the symbol at form load.

But how is the VB code for that?

The button name is "Exit"
FontFamily="Segoe UI Symbol"
Symbol number (U+E0C0) Content="&#xE0c0"

So how does it go?

Private Sub Form_load()

Button("Exit") = FontFamily="Segoe UI Symbol" & Content="&#xE0c0"

End Sub


Please Help

MetroDesign.PNG