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 ✖
.
Asked
Active
Viewed 139 times
0

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 Answers
3
I found this website for UTF-8 icons:
The code for Maximize is:
🗖
and this is the Restore :
🗗

Jan
- 2,178
- 3
- 14
- 26

coderHelper
- 87
- 6