Android : UTF-8 symbol ⨯ broken in android smartphone

on Sunday, March 29, 2015


I use the code ⨯ in a website to display an "x" as a close-button. In desktop browsers (firefox and chromium) it seems okay, but on a smartphone with android, it only displays a small empty square-symbol.


I use this webfont: http://www.google.com/fonts/specimen/Noto+Serif


The HTML page has this in the <head>:



<meta charset="UTF-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />


What could I do to get &#10799; working on android?


0 comments:

Post a Comment