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
Enomphia
(Enomphia)
February 5, 2023, 11:36pm
#4
Is there a way to get the utf8 code for the colour version of the Robux icon? (example below.)
1 Like
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
unmiss
(Jack)
July 24, 2023, 8:46am
#9
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
and in code the same thing
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
SendByte
(Send)
July 26, 2023, 5:16pm
#12
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!
3 Likes
JojonoMg
(JojonoMg)
May 6, 2024, 8:24pm
#15
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?
2jammers
(2jammers)
July 1, 2024, 4:11am
#19
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.
2jammers
(2jammers)
July 1, 2024, 2:16pm
#21
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.