Reversal is the simplest transformation a number can suffer: read it backward. 1234 flips to 4321, 120 flips to 021 carrying its fresh leading zero, and the reversal is the raw material of palindromes, puzzles and coding interviews - the check for "does it read the same both ways" is nothing but a reverse followed by a compare.
Reverse a Number flips the digits of any value exactly as typed. The sign stays out in front, decimals reverse around their point, and because digits are handled as text, a thousand-digit number reverses with nothing lost. Copy or download the flipped result in one click.