
CHAR="hex-string"x | keyword
specifies a glyph (character) to be used as the marker symbol. The character is
specified using its Unicode specification or its keyword equivalent.
"hex-string"x
specifies a four-byte hexadecimal constant, such as '03c3'x, that represents a
Unicode character in the current font. You can find a complete listing of the
Unicode hexadecimal constants at the following URL: http://
www.unicode.org/charts/charindex.html
keyword
specifies a SAS keyword for a Unicode character, such as alpha or alpha_u. See
Appendix 2, “Reserved Keywords and Unicode Values,” on page 1091.
Note: The “_u” in a keyword makes the character upper ...