Original story: http://qiita.com/dongri/items/041ff3e7dde6c99beeb0
It's a hassle with Python2.
>>> print unichr(ord("Raw".decode("utf-8")) & ord("death".decode("utf-8"))) Love
Recommended Posts