This example shows how to specify special characters in a string. You can specify a reference to an XML entity as "&", "<", ">", "'", """, etc. However, you can also use the \ (the backslash) notation within the string. You can also express any Unicode character as the notation "\uxxxx" (where xxxx are four hexadecimal digits).