Unicode Charachter

So here is a nice article I found about Unicode Charachters, in Wikipedia.

https://en.m.wikipedia.org/wiki/List_of_Unicode_characters

To display them in text(), or print() or any other string type, use "\\u{UNICODE}". Example:

  • print("\\u{00A1}")

Just wanted to share you :slight_smile: