What is a fallback for the “hamburger icon” or HTML entity ☰?
问题 I have this as my menu bar for the site when viewed on tablet: The menu icon on the right shows other options when clicked. The code is <div id="menu"> <a id="metaMenu" href="#">☰</a> </div> But I saw on Twitter that the entity (or it may have been the corresponding Unicode characters) is not supported in some Android phones. How can I modify my HTML to have a fallback? 回答1: Image is a wrong way to go about this - as is an entity, in my opinion. As this one is not well supported at all. No