How to make Label support emoji with black color?

I create a Label with Helvetica, and set it to black color. It contains some emoji, and I found these emoji will be black when I set setColor(Color3B::Black). How to fix it?

If you are using LabelTTF, try setFontFillColor instead of setColor.

Thank you very much!