|
From: James C. <cl...@jh...> - 2022-02-02 19:45:32
|
>>>>> "GK" == Geoff Kaniuk <ge...@ka...> writes: GK> It is not clear what syntax I should use to express the character. GK> All of the versions: GK> pt "◎" GK> pt "0x9678" GK> pt "U+25CE" the other two replies coverred most, but i'll note that that ◎ is not 0x9678. 9678 is the decimal number which matches 0x25CE. 0x9678 (aka U+9678) is the ideograph 陸. Both "\U+25CE" and "◎" worked fine here (wxt term in x11). -JimC -- James Cloos <cl...@jh...> OpenPGP: 0x997A9F17ED7DAEA6 |