# UTF-8 source code in Python ```python #-*- coding: UTF-8 -*- ``` …or, the more compact alternative: ```python # coding=utf-8 ```