{ SYMBOL CharNum [Switches] }
Inserts a single character or a string of characters in the ANSI character set. You can insert a character more easily, however, by using the Symbol command (Insert menu).
You can apply character formatting directly to the field result or use switches to specify the formatting. Formatting you specify using switches overrides formatting you apply to the field result.
Instructions
The character or the decimal or hexadecimal value of the ANSI code. A hexadecimal value must have the format 0xn, where the hexadecimal number n is preceded by 0x (a zero followed by the letter x).
Switches
The font that contains the character you want to insert; the font name must be enclosed in quotation marks. Without this switch, the character is from the font applied to the SYMBOL field codes.
Inserts the symbol without affecting the line spacing of the paragraph. If large symbols are inserted with this switch, text above the symbol may be overwritten.
Specifies the font size in points.
Specifies that the characters are Unicode.
Examples
In the font Times New Roman, the result of the field { SYMBOL 163 } is "£."
The result of the field { SYMBOL 211 \f "Symbol" \s 12 } is this 12-point character: ©.