Unicode: F3CE. Alias: Esc hc Esc. Superscript postfix operator with built-in evaluation rules. m^ is by default interpreted as ConjugateTranspose[m]. Not the same as ...
Unicode: F39E. Alias: Esc + Esc. Infix operator with built-in evaluation rules. Used in entering mixed fractions. x Esc + Esc y is interpreted as x+y, but Esc + Esc has ...
Unicode: 2308. Alias: Esc lc Esc. Matchfix operator with built-in evaluation rules. ⌈ x ⌉ is by default interpreted as Ceiling[x]. Extensible character.
Unicode: 230A. Alias: Esc lf Esc. Matchfix operator with built-in evaluation rules. ⌊ x ⌋ is by default interpreted as Floor[x]. Extensible character.
Unicode: 2A7D. Alias: Esc </ Esc. Infix operator with built-in evaluation rules. x ⩽ y is by default interpreted as LessEqual[x,y].
\[Nand]
(Mathematica Character Name) Unicode: 22BC. Alias: Esc nand Esc. Infix operator with built-in evaluation rules. x ⊼ y is by default interpreted as Nand[x,y].
\[Nor]
(Mathematica Character Name) Unicode: 22BD. Alias: Esc nor Esc. Infix operator with built-in evaluation rules. x ⊽ y is by default interpreted as Nor[x,y].
Unicode: 2209. Aliases: Esc !el Esc, Esc !elem Esc. Infix set relation operator with built-in evaluation rules. x ∉ y is by default interpreted as NotElement[x,y].
Unicode: 2260. Alias: Esc != Esc. Infix operator with built-in evaluation rules. x ≠ y is by default interpreted as Unequal[x,y].
\[Or]
(Mathematica Character Name) Unicode: 2228. Aliases: Esc || Esc, Esc or Esc. Infix operator with built-in evaluation rules. x ∨ y is by default interpreted as Or[x,y], equivalent to x||y. Not the same as ...