Unicode: F604. Alias: Esc r| Esc. Matchfix operator. x is by default interpreted as BracketingBar[x]. Used in mathematics to indicate absolute value (Abs), determinant ...
\[Rule]
(Mathematica Character Name) Unicode: F522. Alias: Esc -> Esc. Infix operator with built-in evaluation rules. x y is by default interpreted as x->y or Rule[x,y]. x y z groups as x (y z). ...
\[Sum]
(Mathematica Character Name) Unicode: 2211. Alias: Esc sum Esc. Compound operator with built-in evaluation rules. ∑_(i)^i_max(f) is by default interpreted as Sum[f,{i,i_max}]. ∑_(i=i_min)^i_max(f)f is by ...
Unicode: 00D7. Alias: Esc * Esc. Infix operator with built-in evaluation rules. x × y is by default interpreted as Times[x,y], which is equivalent to x y or x*y. Not the same ...
Unicode: 22C3. Alias: Esc un Esc. Infix operator with built-in evaluation rules. x ⋃ y is by default interpreted as Union[x,y]. The character ⋃ is sometimes called 'cup'. Not ...
Beep
(Built-in Mathematica Symbol) Beep[] generates an audible beep when evaluated.
BlockRandom[expr] evaluates expr with all pseudorandom generators localized, so that uses of SeedRandom, RandomInteger, and related functions within the evaluation of expr do ...
ButtonData is an option for the low-level function ButtonBox that specifies the second argument to give to the ButtonFunction for the button when the button is active and is ...
CellOpen is an option for Cell that specifies whether the contents of a cell should be explicitly displayed.
CForm
(Built-in Mathematica Symbol) CForm[expr] prints as a C language version of expr.