Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
printing a ✔
#11
(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?
Reply
#12
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.
Reply
#13
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
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020