Font-size: A A A
The + is the arithmetic addition operator. This operator is used to add floating-point and/or integer numbers. It can also be used as a string operator to concatenate (join) strings.
var result = A + B;