Python Forum

Full Version: printing a ✔
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(Apr-16-2020, 10:04 PM)pframe Wrote: [ -> ]Yes you can print the tick mark. I have done it using python emoji model.
how did you do it?
It has to do with the font that the console is set to. When I use MS Gothic, I get the check mark. PowerShell has even more fonts that can display the check mark. I also found that if you used a '✓' (\u2713 regular check mark) instead of a '✔' (\u2714 heavy check mark), more fonts will display it.
I'm not sure how to programmatically change the console font in Python.
https://pasteboard.co/J4fv2Nb.jpg

Here is an image.

Here is the cheat sheet

https://www.webfx.com/tools/emoji-cheat-sheet/

Hope this helps
Pages: 1 2