Gray_code_element

Friday, February 10, 2023

Checkmark in Office Products

 Font: Wingding, ALT 0525: ✓

Note that the Unicode for that to be able to see it in HTML is &#x2713

Note that the Blogger editor gets this messed up if you switch between HTML view and Compose View. This post was written stricly in HTML view

No comments:

Post a Comment

Using ESP32 for HTTPS

  #include   < WiFi.h > #include   < WiFiClientSecure.h > const   char *   ssid   =   " yourSSID " ; const   cha...