The standard circuit symbol for transistor components depends on the semiconductor junction type (BJT, MOSFET, JFET, or IGBT) and the drafting standard governing the schematic (IEEE/ANSI vs. IEC). A Bipolar Junction Transistor (BJT) uses a vertical base line with an angled emitter arrow (pointing outward for NPN, inward for PNP). A MOSFET uses a segmented or solid vertical channel line with an isolated gate plate. Below is the complete schematic reference for the most common discrete transistors you will encounter on a workbench or in modern datasheets.

Complete Transistor Symbol Reference Table

This table maps the physical component to its schematic representation. Use this as a quick-reference when reading schematics or drafting your own PCB layouts in KiCad or Altium.

Transistor Type IEEE/ANSI Symbol Description IEC 60617 Variant Common Part Numbers Key Visual Identifier
NPN BJT Circle with vertical base, angled emitter arrow pointing OUT. Often omits the outer circle; base/emitter/collector lines remain identical. 2N3904, BC547, 2N2222 Emitter arrow points away from base.
PNP BJT Circle with vertical base, angled emitter arrow pointing IN. Omits circle; arrow points toward the base line. 2N3906, BC557, TIP32 Emitter arrow points toward base.
N-Channel Enhancement MOSFET Broken (dashed) vertical channel line, separate gate plate, arrow on substrate pointing IN. Similar, but substrate arrow may be omitted or placed on the source pin. IRFZ44N, IRLZ44N, 2N7000 Dashed channel line (normally OFF).
P-Channel Enhancement MOSFET Broken vertical channel line, separate gate plate, arrow on substrate pointing OUT. Identical logic to N-channel, arrow reversed. IRF4905, SI2301, NDS356A Dashed channel line, arrow points out.
N-Channel JFET Circle with solid vertical channel line, gate arrow pointing directly IN to the channel. Omits circle; gate arrow touches the solid channel line. J310, MPF102, 2N5457 Solid channel line, gate arrow touches channel.
NPN Darlington Pair Single circle containing two interconnected NPN symbols. Two distinct transistor symbols drawn in cascade, no enclosing circle. TIP120, ULN2003 (array) Two emitter arrows, cascaded bases.
N-Channel IGBT MOSFET gate structure combined with a BJT collector/emitter; arrow on emitter pointing OUT. Similar hybrid structure; relies on gate isolation line and BJT-style emitter. IGF40N60, IRG4PC50U Isolated gate (MOSFET) + emitter arrow (BJT).

Rows People Get Wrong: Arrows, Diodes, and Dashes

Even experienced hobbyists and junior engineers misread specific nuances in transistor symbols. Here are the most common schematic traps and how to avoid them.

The NPN vs. PNP Arrow Mnemonic

The emitter arrow on a BJT indicates conventional current flow. For NPN, the arrow points out of the emitter. A common bench mnemonic is "NPN: Not Pointing iN". For PNP, the arrow points in toward the base. If you wire a PNP transistor using an NPN footprint or symbol assumption, the base-emitter junction will be reverse-biased, and the circuit will fail to switch.

The Hidden MOSFET Body Diode

Standard logic-level schematics often draw an N-channel MOSFET as a simple three-terminal device. However, physical power MOSFETs (in TO-220, D2PAK, or TO-247 packages) possess an intrinsic anti-parallel body diode between the drain and source. As detailed in All About Circuits' guide to MOSFET body diodes, this diode is a byproduct of the silicon manufacturing process. If you are designing an H-bridge or driving an inductive load, you must account for this diode's forward voltage drop (typically 0.8V to 1.2V) and reverse recovery time, or the resulting flyback voltage will destroy your silicon.

Enhancement vs. Depletion Mode (Dashed vs. Solid)

In MOSFET and JFET symbols, the channel line tells you the default state of the device:

  • Dashed/Broken Line: Enhancement mode. The device is normally OFF and requires gate voltage to create a conductive channel. This represents 99% of modern power switching applications.
  • Solid Line: Depletion mode. The device is normally ON and requires gate voltage to pinch off the channel. If you see a solid line on a modern 2026 schematic, verify if it is actually a JFET or a specialized depletion MOSFET (like the LND150 used in high-voltage audio circuits).
Wide-Bandgap Warning (SiC and GaN): In modern high-efficiency power supplies, Silicon Carbide (SiC) and Gallium Nitride (GaN) transistors are increasingly common. While SiC MOSFETs use the standard enhancement-mode symbol, SiC JFETs are often normally-ON (depletion mode) and require a negative gate voltage to turn off. Always cross-reference the symbol with the manufacturer datasheet; assuming a SiC device is normally-off based on a simplified schematic can result in catastrophic short-circuits upon power-up.

IEEE vs. IEC Standards: Which Region Uses What?

Schematic symbols are not universally identical. The two dominant standards you will encounter are IEEE 315 (predominant in North America) and IEC 60617 (predominant in Europe and international contexts). Understanding the difference prevents confusion when importing reference designs from global manufacturers.

Feature IEEE 315 / ANSI Y32.2 (US Standard) IEC 60617 (International Standard)
BJT Enclosure Mandates a circle enclosing the base, collector, and emitter lines. Frequently omits the circle to save space in dense IC schematics; relies on the line geometry alone.
MOSFET Substrate Substrate (bulk) connection is explicitly drawn with an arrow pointing to the channel. Substrate arrow is often omitted or integrated directly into the source pin line.
Component Designators Uses 'Q' for transistors (e.g., Q1, Q2). Often uses 'T' or 'V' for transistors in older European schematics, though 'Q' is becoming globally dominant.
Terminals Collector (C), Base (B), Emitter (E) / Drain (D), Gate (G), Source (S). Identical terminal naming conventions in modern CAD software.

For a deeper historical breakdown of how these graphical standards evolved, the Wikipedia Electronic Symbol standards page provides an excellent mapping of ANSI to IEC transitions. In modern EDA tools like KiCad or Altium Designer, the default libraries usually blend these standards, providing an IEC-style clean geometry with an IEEE-style enclosing circle for discrete BJTs.

Safe Interpretation: Identifying Faded or Missing Transistors

When scavenging components from old ATX power supplies or repairing damaged PCBs, you will frequently encounter TO-220 or TO-247 packages where the laser-etched part number is burned off, scraped away, or completely faded. You cannot rely on the schematic if the board is unmarked. Here is how to safely interpret the physical silicon using a digital multimeter (DMM) to determine the transistor family and pinout.

Step 1: Isolate the Gate/Base

Set your DMM to the Diode Test mode. Probe all three pins in both polarities (red-to-black, then black-to-red).

  • If one pin reads "OL" (Open Loop) to both other pins in BOTH polarities: You have a field-effect device (MOSFET or IGBT). The isolated pin is the Gate. The gate is capacitively coupled and has no DC continuity to the channel.
  • If one pin shows a diode drop (~0.5V to 0.7V) to BOTH other pins in ONE polarity: You have a BJT. The pin showing the drops is the Base. If the red lead is on the Base to get the readings, it is an NPN. If the black lead is on the Base, it is a PNP.

Step 2: Distinguish MOSFET from IGBT

Once you have identified an isolated Gate pin, you must determine if the device is a MOSFET or an IGBT. Probe the remaining two pins (Drain/Source or Collector/Emitter).

  • MOSFET: You will read a forward voltage drop (typically 0.3V to 0.5V on a Fluke 87V) in one direction, and "OL" in the reverse direction. This is the intrinsic body diode. The pin that the red lead touches to get the diode drop is the Source (for an N-channel device).
  • IGBT: Many standard IGBTs do not have an integral anti-parallel diode. If you read "OL" in both directions between the remaining two pins, it is likely an IGBT. (Note: Some modern co-packaged IGBTs do include a fast-recovery diode, which mimics a MOSFET body diode reading. In these cases, checking the pinout against standard TO-247 IGBT footprints—typically Gate, Collector, Emitter left-to-right with the tab as Collector—is required).

Step 3: Verify the Threshold (The Charge Trick)

To definitively prove a device is an N-channel enhancement MOSFET without a transistor tester:

  1. Short all three pins together with a piece of wire to discharge the gate capacitance.
  2. Verify the body diode reads correctly between Drain and Source.
  3. Place the black DMM lead on the Source and the red lead on the Drain (it should read OL if the diode is reverse-biased).
  4. While keeping the red lead on the Drain, use a jumper wire to briefly touch the Gate to the Drain (applying positive voltage to the gate).
  5. Remove the jumper. If the DMM now reads a low voltage drop or near-short (e.g., 0.01V) between Drain and Source, the MOSFET has turned ON and is latched by the gate charge. Short the pins again to turn it off.

For comprehensive semiconductor theory and symbol mappings, Electronics Tutorials' Bipolar Transistor guide remains a benchmark reference for correlating physical silicon behavior with schematic representations. Always remember that a schematic symbol is an idealized logical representation; the physical silicon on your bench will always include parasitic capacitances, body diodes, and thermal limits that the symbol deliberately hides.