James Zhou <james@360data.ca> writes:
> The format U&'\03B1' only works for chars between 0000 - FFFF
Kyotaro-san already pointed you to the right answer on that:
you have to use "\+nnnnnn" for six-digit code points in the U&
string syntax.
regards, tom lane