Emoji as badge on roles tag

Hi there,

I’m trying to replace role tag in front of username with an emoji icon. I tried via CSS custom:

.role-tag[data-role=“Core Team”] {
padding: 1px 8px 1px 0;
color: #ee7725;
border: 0
}
.role-tag[data-role=“Core Team”]::before {
content: “”;
background-image: url(“https://127.0.01/emoji-
custom/Rock.png”);
}

But it doesn’t work. Anyone have some idea how can i do it?

Thanks.

This is being discussed here: