Simple types / Character type

c_ruble = '\u20BD'   # ₽
c_lambda = '\u03BB'  # λ

print(f"{c_ruble = }")
print(f"{c_lambda = }")