I am looking to find an easy and intuitive way of printing an indian rupee symbol (₹) using Python 3.
print(u\'\\u20B9\')
This code above did