Last Updated: September 29, 2021
·
63.55K
· jimram

'Hamburger Icon' with Unicode

You can add this ☰ 'hamburger icon' to your UI using CSS

:before { content:'\2630'; }

2 Responses
Add your response

Have you tested this at all with older Android (2.3)? I know with that system, the HTML entity #9776; had poor support and would not render, while the named entity ≡ had wider support. It's worth checking if that browser supports rendering this unicode entity.

over 1 year ago ·

Use ≡ (x2261) instead as it has better support (96%)

http://unicode.johnholtripley.co.uk/2261/

over 1 year ago ·