Font-size: A A A
This is the bitwise NOT operator and it works by converting each bit of its operand to its opposite.
result = ~a;
This example returns -14.