Tuesday 3 December 2019

html - Hamburger menu icon ☰ not appearing on Japanese safari

I have some basic HTML that contains a hamburger menu character, something like this:







The problem is that the character is not visible on Japanese browsers. I have in the head.



What would I need to do to make it work?

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...