Firefox Browser (Mozilla Firefox for Ubuntu canonical=1.0) 76.0.1 (64-bit), this simple code delivers wrong result:
Expected: both elements in blue color
Actually: 🛑 in red color, 'BLUE' in blue color
Code:
<!DOCTYPE html>
<html>
<body>
<h1>The span element</h1>
<p>This is blue:<span style="color:blue;">🛑</span> and this is blue <span style="color:blue;">BLUE</span>.</p>
</body>
</html>
Google Chrome and Chromium Web Browser behave as expected and it's not an emoji. Any idea what is going wrong here? Thnx, hry.