Literal Text
Any text that is not a variable value or formatted variable value is literal text.
The characters $ \ ( ) { } must be escaped with the backslash character (\) or 0x005C Unicode. For example, aaa resolves to bbb and
aaa\(bbb\) resolves to aaa(bbb).
Related concepts