3 (Three) is ASCII code point 51 (0x33), code U+0033, and a printable character in the Digit category. It is the smallest odd prime and the first number to give a polygon structural rigidity — a triangle cannot be deformed without breaking a side, which is why engineers trust it and why three points define a plane. Three saturates programming convention. RGB has three channels. 3D space has three axes. Ternary operators (`a ? b : c`) branch on three expressions and remain one of the few constructs that genuinely confuse beginners when nested. HTTP status codes starting with 3 mean redirection — 301 for permanent, 302 for temporary — and mixing them up will quietly poison your SEO. The magic number 3 also appears in retry logic: three attempts before failure is an industry default with no mathematical justification, just a collective gut feeling that two isn't enough and four is indulgent. The modern glyph descends from three horizontal lines stacked vertically — still visible in the Chinese numeral 三 and the Roman numeral III. Arabic scribes connected the endpoints into two curves, producing the shape that eventually reached European typographers largely intact. UTF-8 encodes it as 0x33, continuing the contiguous digit range where each byte sits exactly 0x30 above its numeric value. Unicode classifies it as Nd with the name DIGIT THREE. The Cyrillic letter З (U+0417) is a near-perfect visual twin, and in mixed-script attacks or sloppy OCR, the two are routinely swapped — something to watch for if you're validating user input that should be purely numeric.
Electrical: 3-phase power circuits (L1, L2, L3) label industrial panels; electricians misreading 3 as 8 connect wrong lines.
Hospitality: Room 3 vs Room 8 on hotel keycards affects guest access; front desk reprints cost time and create security gaps.
Shipping: Carrier codes with 3 (like "3-day shipping") must parse correctly; OCR errors promising 8-day delivery frustrate customers.
Healthcare: Prescription dosage "3 times daily" must be legible; 3 misread as 8 causes dangerous overdose instructions.
Electrical: 3-phase power circuits (L1, L2, L3) label industrial panels; electricians misreading 3 as 8 connect wrong lines.
Hospitality: Room 3 vs Room 8 on hotel keycards affects guest access; front desk reprints cost time and create security gaps.
Shipping: Carrier codes with 3 (like "3-day shipping") must parse correctly; OCR errors promising 8-day delivery frustrate customers.
Healthcare: Prescription dosage "3 times daily" must be legible; 3 misread as 8 causes dangerous overdose instructions.