Premium, Verified, and Robux Unicode Characters

I can’t seem to find a place where these are stored, so here are the Unicode replacement characters for Robux, Premium, and Verified!

  • Robux:
  • Premium:
  • Verified:

In code (Courtesy of @Antonon_07 ):

  • Robux: utf8.char(0xE002)
  • Premium: utf8.char(0xE001)
  • Verified: utf8.char(0xE000)

Note that these won’t show up in the DevForum, and will only show in game, as seen here:


(The text on this textlabel is ;;;)

AND it works with UIStroke!

I think these characters are extremely useful for making shop UI. Having these symbols allows you to make your UI without using an ImageLabel and a TextLabel right next to eachother (makes things less complicated.)

300 Likes

If you want to apply these icons via script, here is the utf8 code:
utf8.char(0xE000) - Verified Badge
utf8.char(0xE001) - Premium Icon
utf8.char(0xE002) - Robux Icon

30 Likes

I’ll add this to the post, thanks!!

4 Likes

Is there a way to get the utf8 code for the colour version of the Robux icon? (example below.)
robux_color

1 Like

I don’t think so

4 Likes

These aren’t really necessary. You can just use the copy/pasted versions.

TextLabel.Text = ";;;"
5 Likes

Well, I personally find it a lot cleaner to write the code for the icons rather than the copy-pasting the unsupported character into the script.

16 Likes

Sure, then you (or a coworker) will look at your code later and wonder why your shop UI has man and woman emojis in it.

3 Likes

Unsure where people are seeing male/female emojis. They are clearly just question marks
image
and in code the same thing
image

3 Likes

I think it just depends on which Device the Player uses. On my side, I can see that it’s the female/male emoji.

1 Like

image

So these are secretly what the icons are made of…

7 Likes

like your first reply said no, but you can add an aditional UIGradient and get it close to what you want!

Hope that helps! :slight_smile:

3 Likes

I wish they added one for Game Creator

3 Likes

On mobile you see man and woman icons

1 Like

Same in iOS and Ubuntu Touch. This because some devices use different Unicode tables.
Don’t ask me about how I installed Roblox on Ubuntu.

1 Like

linux support is gone so…
Howd you install roblox?

It’s different for every emoji font. Apparently those are the unicode characters used in segoe UI emoji

I really don’t remember when I installed it on my Linux phone. Also, Android phones are same as Linux. Just Google changed the source code for running .apk files.
But I’m pretty sure it’s no longer works because I can’t join any game, just crashes my phone. Maybe my phone too old.

couldn’t you just get an android emulator on Linux and using a roblox APK

As I said, I don’t remember when and how I installed it. And I can’t really use the phone because it’s too old and its overheating.