In our previous episode, Sven Barth via fpc-pascal said: > ? s: UnicodeString; > begin > ? s := #$10437; > ? DumpStr(s); > ? s := #$24b62; > ? DumpStr(s); > end. Nice. Means you can directly enter constant into the source without doing manual conversions first.