I tested a web page on a Samsung S6 with Android 5 on it. Here's the test code.
<html>
<div style="color:green">✔</div>
</html>
When I view this page on desktop browsers, the check mark is green. When I view it on the Android device, it is always red. Any ideas how I can make sure it is green on all devices?
thanks