0

I want to write the code of windows calculator in HTML and I need to use font for minimize and maximize buttons. what should I use? I know the font for close that is ✖.

Shadi Farzankia
  • 639
  • 8
  • 21
  • Does this answer your question? [HTML character entity references for maximize and minimize](https://stackoverflow.com/questions/20971476/html-character-entity-references-for-maximize-and-minimize) – ARJUN Mar 21 '23 at 23:08

1 Answers1

3

I found this website for UTF-8 icons:

https://www.utf8icons.com/

The code for Maximize is:

🗖

and this is the Restore :

🗗
Jan
  • 2,178
  • 3
  • 14
  • 26