The NAND gate symbol represents a universal logic gate that outputs a LOW state only when all of its inputs are HIGH. In the US and legacy schematics, you will see the ANSI/IEEE D-shaped symbol with an inversion bubble on the output. In international and modern European CAD environments, the IEC 60617 rectangular symbol with an internal AND qualifier and a negation indicator is the standard. Below is the complete bench reference for symbols, logic states, and physical IC mappings.

NAND Gate Symbol, Truth Table, and IC Reference

Before wiring up a breadboard or debugging a PCB, you need to map the schematic symbol to the physical silicon. The table below consolidates the logical, symbolic, and physical parameters for the standard 2-input NAND gate, which is the most common variant found in the 7400 and 4000 logic families.

Table 1: Master 2-Input NAND Gate Logic & Symbol Reference
Parameter Specification / Value Practical Meaning on the Bench
ANSI/IEEE 91-1984 Symbol D-shaped body with a right-side inversion bubble (circle) Standard in US textbooks and legacy schematics. The bubble universally denotes logical NOT.
IEC 60617-12 Symbol Rectangle with an '&' (AND) qualifier inside and a right-side negation triangle or bubble Standard in EU and modern CAD tools (Altium, KiCad EU defaults). The rectangle denotes a standard logic block.
Boolean Expression Y = NOT (A AND B) | Y = (A · B)' Used when writing firmware or deriving logic equations for CPLDs/FPGAs.
Truth Table (A, B → Y) 0,0→1 | 0,1→1 | 1,0→1 | 1,1→0 The output is HIGH by default. It only pulls LOW when both inputs are driven HIGH simultaneously.
Common CMOS IC CD4011BE (Quad 2-Input NAND) Operates from 3V to 15V. High input impedance; susceptible to static and floating input oscillation.
Common TTL/HC IC SN74HC00N / 74LS00 (Quad 2-Input NAND) Operates nominally at 5V (HC range 2V-6V). Faster switching, lower impedance, robust against moderate noise.

Because the NAND gate is functionally complete, you can build any other logic gate (AND, OR, NOT, XOR) using only NAND gates. This is why IC manufacturers package them in 'Quad' configurations—four independent gates in a single 14-pin Dual In-line Package (DIP).

ANSI vs. IEC: Regional Symbol Standards and How to Read Them

When reading a schematic or configuring your EDA software, the symbol style you encounter depends heavily on the region of origin and the era of the design. Misinterpreting these can lead to wiring the wrong logic function, especially when dealing with complex memory or state-machine schematics.

ANSI/IEEE 91-1984 (The US & Legacy Standard)

This is the 'distinctive shape' standard. The NAND gate is drawn as a D-shape (flat back, curved front) representing the AND function, followed by a small circle (bubble) representing the inversion. If you are reading schematics from US-based hobbyist sites, older military documentation, or textbooks published before 2005, this is the default. The visual distinctiveness makes it easy to spot at a glance on a crowded schematic sheet.

IEC 60617-12 (The International & Modern CAD Standard)

The International Electrotechnical Commission (IEC) uses 'rectangular shape' symbols. A NAND gate is drawn as a simple rectangle. Inside the rectangle, you will find a qualifier symbol—usually an ampersand (&) or the number 1 indicating an AND function. The inversion is shown either by a bubble on the output pin or, in strict IEC drafting, by a small right-angle triangle pointing outward. According to Electronics Tutorials, modern European engineering curricula and global CAD packages default to this standard because it scales cleanly to complex programmable logic arrays where distinctive shapes become visually cluttered.

DIN 40700 (The Obsolete European Standard)

You will rarely see this in new designs, but if you are repairing Cold War-era European industrial equipment or vintage synthesizers, you may encounter the DIN standard. The NAND gate was historically drawn as a semi-circle or a shape resembling a sideways 'D' with a slash through the output line. Treat any slash-through-line on a logic gate in vintage gear as a negation bubble.

Warning: IEC Bubble Confusion
In IEC schematics, an inverter (NOT gate) is just a rectangle with a '1' inside and an output bubble. Do not confuse a buffer (rectangle with '1', no bubble) with an inverter. When reading IEC NAND symbols, always verify the presence of both the internal '&' AND qualifier and the output negation marker.

14-Pin DIP Pinouts, Common Mistakes, and Faded IC Recovery

Translating the schematic symbol to a physical breadboard requires knowing the exact pinout. The vast majority of quad 2-input NAND gates (74HC00, 74LS00, CD4011) share the exact same 14-pin DIP layout. You can reference the Texas Instruments SN74HC00 datasheet for the definitive electrical characteristics, but the physical pin mapping below is universal across these families.

Table 2: Standard 14-Pin Quad 2-Input NAND Pinout
Pin Number Function Gate Assignment
1Input AGate 1
2Input BGate 1
3Output YGate 1
4Input AGate 2
5Input BGate 2
6Output YGate 2
7GND (VSS)Power / Common
8Output YGate 3
9Input BGate 3
10Input AGate 3
11Output YGate 4
12Input AGate 4
13Input BGate 4
14VCC (VDD)Power / Positive Supply

The Rows and Pins People Get Wrong

  • VCC and GND Placement: Unlike op-amps (which typically use pins 8 and 4 for power), standard 14-pin logic gates almost always use Pin 14 for VCC and Pin 7 for GND. Wiring 5V into Pin 7 and Ground into Pin 14 will instantly destroy a CMOS CD4011 and likely overheat a 74HC00.
  • Floating Inputs on CMOS: If you are using a CD4011 and only need three of the four gates, you cannot leave the inputs of the fourth gate unconnected. CMOS inputs have near-infinite impedance; a floating pin will act as an antenna, pick up ambient RF noise, and cause the internal MOSFETs to oscillate rapidly. This leads to excessive current draw and a physically hot chip. Always tie unused CMOS inputs to VCC or GND.
  • Misinterpreting the Bubble as a Physical Pull-Up: The inversion bubble on the NAND gate symbol represents a logical inversion, not a physical internal pull-up resistor. If you leave a 74HC00 input floating, it will not default HIGH just because the output has a bubble. TTL (74LS00) inputs float HIGH internally due to their bipolar transistor structure, but HC/CMOS families do not.

Safe Interpretation When IC Markings are Faded or Missing

When scavenging parts or repairing old boards, you will frequently encounter 14-pin DIP chips with laser etching rubbed off by heat or cleaning solvents. If you suspect an unmarked chip is a quad NAND gate, you can safely verify it without applying mains or high voltage:

  1. Identify Power Pins: Use your multimeter in continuity mode on the host PCB to confirm which pins connect to the ground plane (Pin 7) and the 5V/12V rail (Pin 14).
  2. The Diode Test Trick: Switch your DMM to diode test mode. Place the red probe on the GND pin and touch the black probe to the suspected input pins (1, 2, 4, 5, etc.). Logic gates feature internal ESD protection diodes. You should read a forward voltage drop of roughly 0.5V to 0.7V. Output pins (3, 6, 8, 11) will typically read 'OL' (open loop) or show a different junction profile because they are driven by push-pull transistor pairs, not high-impedance gates.
  3. Live Logic Verification: Once power is applied to the board, use a logic probe or multimeter. Tie Pin 1 and Pin 2 together and pulse them HIGH. If Pin 3 goes LOW, and pulling either Pin 1 or Pin 2 LOW causes Pin 3 to go HIGH, you have confirmed a NAND function.