Python Print html sebagai string

import requests
page = requests.get(url)
print(page.text.encode("utf8"))
intricate_symbol