Unicode Replacement Characters for Robux, Premium, and Verified!
Hey everyone! I couldn’t find a solid list of these anywhere, so here are the Unicode replacement characters for Robux , Premium , and Verified symbols
Unicode Characters
Robux:
Premium:
Verified:
utf8.char(0xE002) -- Robux
utf8.char(0xE001) -- Premium
utf8.char(0xE000) -- Verified
Heads up! These won’t show on the DevForum, but they do work in-game.
UI Examples
Here’s how they look inside a TextLabel:
And yes—they work with UIStroke! (excluding verified cause it has color)
Why This Is Useful
These characters are a game-changer for shop UIs! Instead of stacking an ImageLabel next to a TextLabel, you can keep things clean with just one TextLabel.
337 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
33 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.
19 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.
5 Likes
Unsure where people are seeing male/female emojis. They are clearly just question marks
and in code the same thing
4 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.
2 Likes
SendByte
(Send)
July 26, 2023, 5:16pm
#12
So these are secretly what the icons are made of…
8 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!
4 Likes
JojonoMg
(JojonoMg)
May 6, 2024, 8:24pm
#15
I wish they added one for Game Creator
4 Likes
On mobile you see man and woman icons
2 Likes
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.
2 Likes
linux support is gone so…
Howd you install roblox?
1 Like
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
1 Like
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.
1 Like
2jammers
(2jammers)
July 1, 2024, 2:16pm
#21
couldn’t you just get an android emulator on Linux and using a roblox APK
1 Like
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.
1 Like