Bold
(Built-in Mathematica Symbol) Bold represents a bold font weight.
Bookmarks is an option for Manipulate and related functions that gives a list of bookmark settings.
BoxBaselineShift is an option for AdjustmentBox that specifies how much the baseline of the box should be shifted relative to those of neighboring characters.
BoxFrame is an option for FrameBox objects that specifies whether to draw a frame around the contents of the box.
BoxStyle is an option for three-dimensional graphics functions that specifies how the bounding box should be rendered.
BubbleScale is an option to BubbleChart and related functions that specifies how the scale of each bubble should be determined from the value of each data element.
Checkbox[x] represents a checkbox with setting x, displayed as CheckboxBox[True] when x is True and CheckboxBox[False] when x is False. Checkbox[Dynamic[x]] takes the setting ...
CholeskyDecomposition[m] gives the Cholesky decomposition of a matrix m.
CirclePlus[x, y, ...] displays as x\[CirclePlus]y\[CirclePlus]....
ClearAttributes[s, attr] removes attr from the list of attributes of the symbol s.