Digit
A digit is a numeric symbol used to represent numbers in a positional numeral system. In the decimal system, digits are the ten symbols 0 through 9. More generally, a base-b numeral system uses exactly b distinct digit symbols, from 0 to b minus 1.
A number is written as a string of digits, where each digit's position indicates a multiple of
The term digit derives from the Latin digitus meaning finger or toe, reflecting historical counting on digits.
Digits can extend beyond 0–9 in higher bases; hexadecimal uses 0–9 and A–F to represent values 0–15.
See also Numeral, place value, numeral system, base, binary.