Delphi strings use single quotes, for example \'a valid string\'. How does one specify the \' character within a literal string? How would one refe
a valid string
\'
To answer the last part of the question, you can use
#$0000
To add U+0000
This way you can add the other Unicode chars too. (Be sure to use a font that can display those characters.)