If you want to use Roblox symbols in your game here you go!
The symbols use specific codes that you have to insert, Here are the codes
Verified = \u{E000}
Premium = \u{E001}
Robux = \u{E002}
If your not sure how to use it here is an example local script to put under a text label:
script.Parent.Text = "\u{E000}"