How to use Roblox symbols in Roblox Studio

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}"
19 Likes

I did not know this, thank you for sharing!

image
I was even able to type it out in chat, but all of these symbols get tagged by the filter

2 Likes