Print the “approval” sign/check mark (✓) U+2713 in Python May 30, 2023 by Tarik You can print any Unicode character using an escape sequence. Make sure to make a Unicode string. print u'\u2713'