Font-size: A A A
This is the bitwise XOR operator, which returns a one for each position where one (not both) of the corresponding bits of its operands is a one.
result = a ^ b;
The next example returns 4 (0100)