## Python Documentation or reference to CPython source code tested on current main: 1a9b10ece50ebdbdd3820dafa8f6a630d87be9c0 There are many examples and I picked one. ```py # the following is True in CPython and False in RustPython print( "\u0b55".isprintable() == True, ) ```