When reading a schematic or reverse-engineering a PCB, matching physical components to their schematic equivalents is step one. Below is the master reference for the most common electronic parts and symbols, mapped across regional standards with real-world part numbers.

Master Reference Table for Electronic Parts and Symbols

Component IEEE/ANSI (US) Symbol IEC (Global) Symbol Common Part Numbers Key Physical Identification Trait
Resistor Zig-zag line Empty rectangle CFR-25, MFR-25, Yageo RC0805 4/5 color bands (axial) or 3-digit SMD code
Polarized Capacitor Straight & curved parallel lines Two parallel lines with '+' marker Panasonic FR, Rubycon ZL Negative stripe with minus signs on can
NPN BJT Circle, arrow pointing OUT on emitter Circle, arrow pointing OUT on emitter 2N2222, BC547, 2N3904 Flat side or notch indicates Pin 1 (Emitter/Base/Collector varies by mfr)
N-Channel MOSFET Line with arrow pointing IN from substrate Line with arrow pointing IN from substrate IRF520, IRLZ44N, 2N7000 Metal tab is almost always tied to the Drain
Zener Diode Line with bent 'L' ends on cathode bar Line with bent 'L' ends on cathode bar 1N4733A (5.1V), BZX55C Single cathode band marks the negative side
Inductor Looped semi-circle coils Alternating half-circles (rectangular bumps) Bourns 78FR, Coilcraft DO1608 Molded epoxy block or bare copper winding
SPDT Relay Box with coil and mechanical switch Box with coil and mechanical switch Songle SRD-05VDC, Omron G5V-2 Pin 30 (Common), 87a (NO), 87b (NC) automotive standard
Op-Amp Triangle with '+' and '-' inputs Triangle with '+' and '-' inputs (often in a box) LM358, TL072, NE5532 Pin 1 dot/notch; VCC/GND pins vary by manufacturer

Regional Standard Variants: IEEE/ANSI vs. IEC vs. Old UK

The symbol you see on a schematic depends heavily on where the engineer was trained and which CAD library they downloaded. The IEC 60617 standard dominates in Europe and most international manufacturing, while IEEE/ANSI (Y32.2) remains deeply entrenched in US-based legacy designs and educational textbooks.

  • Resistors: The US zig-zag is intuitive for hobbyists, but the IEC empty rectangle is the global manufacturing standard. On dense PCB silkscreens, the IEC rectangle is preferred because it takes up less visual space.
  • Capacitors: IEEE/ANSI uses a curved line to denote the negative (outer foil) plate of a polarized capacitor. IEC abandons the curved line entirely, using two straight parallel lines and relying on an explicit '+' sign for the anode. If you are reading an old US schematic, the curved side goes to ground or the lower voltage potential.
  • Old UK (BS 3939): Largely deprecated since the 1980s, but you will still encounter it if you are repairing vintage British audio gear (like early Marshall amplifiers or Quad preamps). In BS 3939, resistors were drawn as small rectangles (similar to IEC), but inductors were drawn as solid filled rectangles, which is the exact opposite of modern conventions. Always check the schematic's date and origin block before trusting the symbols.

The 'Rows People Get Wrong' and Common Schematic Traps

Even experienced technicians misread specific schematic rows when working quickly. Here are the most common traps associated with the table above:

Row 3 vs Row 4: BJT vs. MOSFET Arrows

People frequently confuse the NPN BJT and the N-Channel MOSFET because both feature arrows. In a BJT, the arrow is on the emitter lead itself. In a MOSFET, the arrow is on the bulk/substrate pointing toward the channel. If you misidentify a MOSFET as a BJT on a schematic, you will miswire the gate drive circuit, likely resulting in a shorted junction and a popped gate driver IC.

Row 2: Capacitor Polarity in Decoupling

In an ANSI schematic, the curved line on a polarized capacitor means negative. A common mistake is assuming the curved line represents the 'ground' side purely by shape, but in DC-DC boost converters, the ground side of the output capacitor can actually see switching nodes. Always verify the '+' marker on the physical can against the schematic's explicit polarity, not just the curve shape.

IEC Fuse vs. IEC Resistor

Because the IEC resistor is an empty rectangle, and the IEC fuse is a rectangle with a horizontal line through the middle, they look nearly identical on a cramped, low-resolution PDF schematic or a faded PCB silkscreen. If a trace is burning up, check if the 'resistor' you are probing is actually a fuse that has blown open.

Safe Interpretation When Markings Are Faded or Missing

Physical components rarely match the schematic perfectly, especially in repaired or heat-damaged equipment. Silkscreen fades, color bands burn off, and IC laser etchings become illegible. Here is how to safely identify unmarked parts on the bench.

WARNING: High-Voltage Primary Side Components
When probing faded components in Switch-Mode Power Supplies (SMPS) or CRT flyback circuits, the primary-side bulk capacitors (often 400V DC) can hold a lethal charge for days if the bleeder resistor has failed. Never probe faded primary-side semiconductors without first verifying 0V DC across the capacitor terminals using a CAT III rated multimeter.

Identifying Faded TO-92 Transistors (BJT)

If you have an unmarked 3-pin transistor (like a faded 2N3904 or BC547), use your multimeter's diode-test mode. 1. Place the red probe on the middle pin (usually the Base in US pinouts, but verify). 2. Touch the black probe to the outer pins. If you read a ~0.6V to 0.7V forward voltage drop on both outer pins, it is an NPN transistor. 3. If you get an 'OL' (open loop), swap the probes. If the black probe on the middle pin yields the 0.6V drop to the outer pins, it is a PNP transistor. For a deeper dive into semiconductor junction testing, refer to the Fluke MOSFET and transistor testing guide.

Identifying Faded SMD ICs

When an SOIC-8 chip has its laser markings burned off, you must identify it by its pinout and circuit context. For example, if Pins 4 and 8 are tied to GND and VCC respectively, and Pins 2 and 6 are tied to timing capacitors, you are almost certainly looking at a 555 Timer IC (or its CMOS twin, the TLC555). Trace the PCB copper to identify the ground plane; finding the ground pin is the anchor point for identifying the rest of the IC's pinout using standard datasheets.