Inserts the symbol in the specified text range. Returns a TextRange object that represents the symbol.
Syntax
expression.InsertSymbol(FontName, CharNumber, UniCode)
expression Required. An expression that returns a TextRange object.
FontName Required String. The font name.
CharNumber Required Long. The Unicode or ASCII character number.
UniCode Optional Long. True to have the CharNumber argument represent a UniCode character. False to have the CharNumber argument represent an ASCII character number. The default value is False.