Represents a symbol character in a WordprocessingML document.
SymbolRun is used to insert special characters from symbol fonts.
new SymbolRun({ char: "F04A", symbolfont: "Wingdings",}); Copy
new SymbolRun({ char: "F04A", symbolfont: "Wingdings",});
Do not use this method. It is only used internally by the library. It will be removed in a future version.
Represents a symbol character in a WordprocessingML document.
SymbolRun is used to insert special characters from symbol fonts.
Example