The symbol for an AND gate depends entirely on the drafting standard governing your schematic. In the US and military applications (ANSI/IEEE Std 91/91a), the symbol for an AND gate is a D-shape with a flat back and a curved front. In Europe and international IEC 60617 standards, it is a simple rectangle with an ampersand ("&") inside. Both symbols represent the exact same logical operation: the output goes HIGH (1) only if all inputs are HIGH (1). If you are reading a legacy German schematic, you may also encounter the obsolete DIN 40700 symbol, which looks like a semicircle with a flat back.
Logic Gate Symbol & Standard Reference Table
Before wiring up a breadboard or troubleshooting a PCB, you need to map the schematic symbols to physical silicon. The table below cross-references the most common logic gates across the two dominant global standards, alongside their Boolean expressions and standard DIP IC part numbers.
| Gate Type | ANSI/IEEE 91a Symbol | IEC 60617 Symbol | Boolean Expression | Common 74xx IC (Quad) |
|---|---|---|---|---|
| AND | D-shape (flat back) | Rectangle with "&" | Y = A · B | 74HC08 / 74LS08 |
| NAND | D-shape with output bubble | Rectangle with "&" and output bubble | Y = ¬(A · B) | 74HC00 / 74LS00 |
| OR | Curved back, pointed front | Rectangle with "≥1" | Y = A + B | 74HC32 / 74LS32 |
| NOR | Curved back with output bubble | Rectangle with "≥1" and output bubble | Y = ¬(A + B) | 74HC02 / 74LS02 |
| XOR | OR shape with extra curved input line | Rectangle with "=1" | Y = A ⊕ B | 74HC86 / 74LS86 |
Regional Standards: ANSI/IEEE vs. IEC 60617 vs. DIN
Knowing which standard applies to your region or industry prevents catastrophic misinterpretation during reverse engineering or maintenance.
- ANSI/IEEE Std 91/91a (US/Military/Aerospace): Uses distinct geometric shapes for every gate. This is the default in North American university labs, US military schematics (MIL-STD-806), and most hobbyist platforms like Fritzing or EasyEDA default libraries. The shape itself conveys the function (D-shape = AND, curved = OR).
- IEC 60617 (Europe/Global/Industrial): Uses standardized rectangular blocks. The function is dictated by the text or number inside the box. An "&" means AND, "≥1" means OR, and "1" means NOT. This standard dominates European industrial PLC wiring diagrams and modern IEC-compliant CAD software.
- DIN 40700 (Obsolete/Historical): You will only see this if you are repairing vintage European test equipment or Cold War-era industrial machinery. It used a mix of semicircles and triangles. Never use DIN symbols in new designs; they will confuse modern fabricators and CAD autorouters.
Never mix ANSI and IEC symbols on the same schematic page. If an IEC "&" block is accidentally drawn with an ANSI inversion bubble (a small circle on the output), an autorouter or a junior technician might misinterpret it as a custom macro rather than a standard NAND gate. Stick to one standard per project. For a deep dive into logic gate fundamentals, refer to the All About Circuits digital logic textbook.
Rows People Get Wrong & Faded IC Identification
When reading schematics or identifying physical silicon on a crowded PCB, engineers frequently make three specific mistakes.
1. The "Bubble" Trap (AND vs. NAND)
In ANSI schematics, a small circle (bubble) on the output pin denotes logical inversion. A D-shape with no bubble is an AND gate. A D-shape with a bubble is a NAND gate. In high-contrast printed schematics or low-res PDFs, that 10-mil bubble can easily disappear into the background grid. Safe interpretation: Always trace the output line. If the bubble is ambiguous, check the IC part number silkscreen. If it says "7400", it is a NAND. If it says "7408", it is an AND.
2. Confusing IEC "&" with IEC "≥1"
In IEC 60617, the AND gate is marked with "&" (meaning all inputs must be true), while the OR gate is marked with "≥1" (meaning at least one input must be true). When markings are faded on a PLC wiring diagram, the ampersand can look like a smudge. Safe interpretation: Look at the surrounding circuit logic. If the output drives a safety interlock that requires two distinct limit switches to close before a motor starts, it is logically an AND function, regardless of how faded the symbol is.
3. Identifying an AND Gate IC When Silkscreen is Rubbed Off
On older PCBs, the laser marking on a 14-pin DIP IC might be entirely worn away. How do you confirm it is a 7408 AND gate and not a 7432 OR gate without desoldering it?
- Locate Pin 14 (VCC) and Pin 7 (GND) using a multimeter in continuity mode against the power plane.
- Power the board. Identify a single gate block (e.g., Pins 1, 2, and 3).
- With a logic probe or multimeter, check the inputs (Pins 1 and 2). If both are HIGH and the output (Pin 3) is HIGH, you likely have an AND or an OR gate.
- Force one input LOW (briefly ground it with a 1kΩ resistor). If the output immediately drops LOW, it is an AND gate. If the output remains HIGH (because the other input is still HIGH), it is an OR gate.
Practical Implementation: 74HC08 vs. CD4081 Pinout and Bench Testing
When building discrete logic circuits, you will typically reach for either the 74HC08 (High-speed CMOS, 5V logic) or the CD4081 (Standard CMOS, 3V to 15V logic). Both contain four independent 2-input AND gates in a 14-pin DIP package. Below is the exact pinout mapping.
| Pin Number | Function | Gate Assignment | Bench Notes & Thresholds |
|---|---|---|---|
| 1, 2 | Inputs (1A, 1B) | Gate 1 | Do not leave floating. Tie to GND if unused. |
| 3 | Output (1Y) | Gate 1 | Max source/sink current: ~4mA (HC), ~6.8mA (CD). |
| 4, 5 | Inputs (2A, 2B) | Gate 2 | V_IH (min) is typically 3.15V for 74HC at 4.5V VCC. |
| 6 | Output (2Y) | Gate 2 | Propagation delay: ~10ns (HC), ~50ns (CD). |
| 7 | GND | Power | Must be tied to system ground plane. |
| 8, 9 | Inputs (3A, 3B) | Gate 3 | CD4081 accepts up to 15V; 74HC08 absolute max is 7V. |
| 10 | Output (3Y) | Gate 3 | Output voltage swing is rail-to-rail in CMOS. |
| 11, 12 | Inputs (4A, 4B) | Gate 4 | Use 10kΩ pull-downs if driving from mechanical switches. |
| 13 | Output (4Y) | Gate 4 | Can drive a single standard LED with a 470Ω series resistor. |
| 14 | VCC | Power | 74HC: 2V-6V. CD4081: 3V-15V. Add 0.1µF bypass cap. |
For detailed electrical characteristics and timing diagrams, always consult the manufacturer's datasheet, such as the Texas Instruments SN74HC08 datasheet.
The Floating Input Failure Mode
The most common mistake hobbyists make with CMOS AND gates (both 74HC and CD4000 series) is leaving unused inputs unconnected. A floating CMOS input acts as a high-impedance antenna. It will pick up ambient 50/60Hz mains noise and stray RF, causing the internal MOSFETs to rapidly switch between the linear and saturation regions. This results in localized heating, excessive current draw from the VCC rail (often jumping from microamps to 10+ milliamps per gate), and erratic outputs on the other gates sharing the same silicon die. Always tie unused AND gate inputs to VCC or GND. Tying them to GND forces the output permanently LOW, which is the safest default state for downstream logic.






