print(b'\u{0}'.format('0394'))
print(b'\\u{0}'.format('0394'))
Used when an escape like \u is encountered in a byte string where it has no effect.