如何用Python写出汉字欣,求答案

如何用Python turtle写出欣这个字,想知道详细过程

import turtle as t
t.write('欣',font=('宋体',20,'normal'))