SuperscriptBoxOptions -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option for selections that specifies settings for SuperscriptBox objects.
SuperStar[expr] displays as expr^*.
UpArrow
(Built-in Mathematica Symbol) UpArrow[x, y, ...] displays as x\[UpArrow]y\[UpArrow]TraditionalForm\`....
Wedge
(Built-in Mathematica Symbol) Wedge[x, y, ...] displays as x\[Wedge]y\[Wedge]....
EdgeLabelStyle is an option and property for Graph and related functions that specifies the style to use for edge labels.
VertexLabelStyle is an option and property for Graph and related functions that specifies the style to use for vertex labels.
Tuples
(Built-in Mathematica Symbol) Tuples[list, n] generates a list of all possible n-tuples of elements from list. Tuples[{list_1, list_2, ...}] generates a list of all possible tuples whose i\[Null] ...
CreateDocument[] creates an empty document notebook and opens it in the front end.CreateDocument[expr] creates and opens a document notebook containing the expression ...
CreatePalette[expr] creates a palette notebook containing expr, and opens it in the front end.CreatePalette[{expr_1, expr_2, ...}] creates and opens a palette notebook ...
ExpressionCell[expr] gives an expression cell that can appear in a Mathematica notebook. ExpressionCell[expr, " style"] gives an expression cell with the specified style.