Unicode: 220D. Alias: Esc st Esc. Infix operator. x ∍ y is by default interpreted as SuchThat[x,y]. x ∍ y ∍ z groups as x ∍ (y ∍ z). Not the same as \[ReverseElement].
Unicode: 2234. Alias: Esc tf Esc. Infix operator. x ∴ y is by default interpreted as Therefore[x,y]. x ∴ y ∴ z groups as x ∴ (y ∴ z).
Unicode: 2005. Alias: Esc ␣␣ ␣␣ Esc. Spacing character. Width: 5/18 em. Interpreted by default just like an ordinary \[RawSpace].
Unicode: 2122. Alias: Esc tm Esc. Letter-like form. Used to indicate a trademark that may not be registered. Typically used only on the first occurrence of a trademark in a ...
Unicode: 016F. Alias: Esc uo Esc. Letter. Included in ISO Latin-1.
ParentDirectory[] gives the parent of the current working directory. ParentDirectory["dir"] gives the parent of the directory dir.
Manipulator[x] represents a manipulator with setting x in the range 0 to 1. Manipulator[Dynamic[x]] takes the setting to be the dynamically updated current value of x, with ...
TimeConstraint is an option for various algorithmic functions which specifies how long to spend trying a particular transformation or part of an algorithm.
CStruct[name, members] is a symbolic representation of a struct.CStruct[name] declares a struct without specifying the contents.CStruct[None, members] does not give the ...
CUnion
(SymbolicC Package Symbol) CUnion[name, members] is a symbolic representation of a union.CUnion[name] declares a union without specifying the contents.CUnion[None, members] does not give the union a ...