Simply use the NULL device /dev/null...
like this:
cp /dev/null emptyfile.txt
or
cat /dev/null > emptyfile.txt