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

Top Level Statements in C#

C# Top-Level Statements vs. Main Method C# Top-Level Statements vs. Main Method In C# 9 and later, you can use ...