I'm currently facing an issue with an iconfont that I have included in my website. I am using Unicode symbols for the characters of the icons, and most of them are displaying correctly. However, there are a couple that are showing up as blank on the site.
The main ones that are causing trouble are 25be and 25b4.
To load these symbols as content in a pseudo element, I am using the following code:
content: '\25b4';
While this code works fine on most browsers, it does not render correctly on Chrome on the Samsung Mini S3 and Galaxy S4.