The standard symbols of electric components depend entirely on your region and the legacy of your schematic software. North America predominantly uses ANSI/IEEE 315 (zig-zag resistors, curved capacitors), while Europe and the rest of the world use IEC 60617 (rectangular resistors, straight parallel-plate capacitors). Misinterpreting these across borders leads to reversed polarities and blown boards. Below is the definitive cross-reference to keep your bench work and drafting accurate.
The Master Reference Table: Symbols of Electric Components
| Component | ANSI/IEEE 315 (North America) | IEC 60617 (Global / EU) | Practical Bench & Drafting Note |
|---|---|---|---|
| Resistor (Fixed) | Zig-zag line | Empty rectangle | IEC rectangles often include the wattage rating inside the box (e.g., 0.25W) or diagonal slashes for multiplier values. |
| Capacitor (Non-Polarized) | Two parallel lines (one may be curved) | Two parallel straight lines | In ANSI, if one plate is curved, it represents the outer foil. Connect the curved side to the lower-impedance (ground) node to reduce noise. |
| Capacitor (Polarized) | Straight line + curved line, or '+' sign | One straight line, one hollow/curved line, '+' sign | Physical translation: Aluminum electrolytics have a negative stripe; Tantalums have a positive anode stripe. The symbol's '+' always points to the anode. |
| Inductor / Coil | Series of looping humps | Series of looping humps (identical) | If a solid line runs parallel beneath the humps, it indicates a magnetic (iron/ferrite) core rather than an air core. |
| Diode | Triangle pointing to a line | Triangle pointing to a line (identical) | The triangle points in the direction of conventional current flow (anode to cathode). The line is the cathode (matches the physical stripe on the component). |
| NPN Transistor (BJT) | Circle with arrow pointing OUT | No circle, arrow pointing OUT | Mnemonic: 'Not Pointing iN'. The circle is omitted in modern IEC to save space, but the arrow direction remains the universal identifier. |
| PNP Transistor (BJT) | Circle with arrow pointing IN | No circle, arrow pointing IN | Mnemonic: 'Pointing iN'. Always verify physical pinout (EBC vs BCE) with a datasheet; the symbol only shows logical topology, not physical pin order. |
| Earth Ground | Three descending horizontal lines | Three descending horizontal lines (identical) | Represents a physical connection to the earth rod. Must carry fault current. Never use this symbol for a DC signal return. |
| Chassis Ground | Three diagonal lines under a horizontal base | Three diagonal lines under a horizontal base | Represents the metal enclosure or 0V reference plane. Connecting Earth and Chassis at multiple points creates ground loops. |
Regional Variants: IEC 60617 vs ANSI/IEEE 315 vs Old UK
Choosing the right standard isn't just about aesthetics; it dictates how your design is interpreted by manufacturers and safety inspectors.
- ANSI/IEEE 315 (North America): The default for US-based manufacturing, UL listings, and legacy educational materials. It relies heavily on geometric shapes (zig-zags, circles around transistors) which can clutter dense, modern SMD schematics.
- IEC 60617 (Global / EU): The mandatory standard for CE-marked products and the default in modern ECAD tools like KiCad 8 and Altium Designer. It favors minimalist rectangles and omits boundary circles around transistors and logic gates to maximize routing space on complex multi-layer boards.
- Old UK (BS 3939): Withdrawn in the 1980s but still encountered when reverse-engineering 1970s British industrial control panels. It uses crossed circles for motors and specific hatched triangles for grounds. If you see these, treat the schematic as a historical document and verify all nodes with a multimeter before applying power.
The "Rows People Get Wrong" Trap (and How to Avoid It)
Even experienced engineers misread specific symbols when moving between US and EU schematics. Here are the most costly mistakes:
1. The Polarized Capacitor Reversal
In ANSI, a polarized capacitor is sometimes drawn with one straight plate and one curved plate, without a '+' sign. Hobbyists often assume the curved plate is the negative terminal because it looks like the physical stripe on an aluminum electrolytic. This is wrong. The curved plate represents the outer foil, which is not inherently the negative terminal. Always look for the explicit '+' sign on the schematic. If it's missing, cross-reference the BOM.
2. N-Channel vs P-Channel MOSFETs
BJT arrows point based on the emitter. MOSFET arrows, however, are located on the bulk/body terminal. For an N-Channel MOSFET, the arrow on the body terminal points inward (from P-type body to N-type channel). For a P-Channel, it points outward. This is the exact opposite of the BJT 'Pointing iN' mnemonic and causes frequent wiring errors on motor driver boards.
3. Earth Ground vs. Signal Ground (The Ground Loop Creator)
Drafting software often auto-suggests the Earth Ground symbol (three descending lines) when you type 'GND'. If you use this for your 3.3V DC logic return, a manufacturer will physically wire your microcontroller's ground to the mains earth screw. This creates massive ground loops and introduces 50/60Hz hum into your ADC readings. Always use the Signal Ground symbol (a simple downward-pointing triangle or a single horizontal line) for DC logic returns.
Decision Tree: Identifying Faded, Missing, or Non-Standard Markings
When reverse-engineering a board or repairing legacy gear, physical silkscreen markings fade, burn off, or omit polarity entirely. Use this decision path to safely identify components without relying on the schematic.
| Symptom / Observation | Diagnostic Step | Conclusion & Action |
|---|---|---|
| 2-terminal SMD part, no silkscreen, completely unmarked. | Measure with DMM in Ohms (Ω). If OL (Open Line), switch to Diode Test mode. | If < 10Ω: Jumper or low-value inductor. If ~0.4V - 0.7V drop: Silicon diode (red lead is anode). If OL in all modes: Ceramic decoupling capacitor. Do not apply power until verified. |
| Through-hole electrolytic capacitor, negative stripe is faded/missing. | Inspect the physical can and the leads. | The lead that is physically longer is the positive anode. Alternatively, look for an indentation or crimp on the aluminum can opposite the stripe side. |
| SMD Tantalum capacitor, polarity line is ambiguous. | Identify the package type and line color. | Unlike aluminum caps, the colored line on a tantalum capacitor indicates the POSITIVE anode. Reversing this will cause the component to vent or catch fire. If unsure, desolder and test with an ESR meter. |
| 3-terminal transistor, pinout unknown, schematic uses generic IEC symbol. | Use DMM Diode mode to map the base. | The IEC symbol does not show physical pin order (EBC vs BCE). Find the pin that shows a ~0.6V drop to the other two pins. That is the Base. If the red lead is on the Base for the drops, it's NPN. If black is on the Base, it's PNP. |
Final Selection: Which Standard Should You Draft In?
Do not mix standards on a single schematic. Pick one based on your manufacturing and compliance target, and enforce it across your team.
- Choose ANSI/IEEE 315 when: You are designing exclusively for the North American market, submitting drawings for US-based UL/CSA safety listings, or working on legacy military/aerospace contracts that explicitly mandate MIL-STD or IEEE formats.
- Choose IEC 60617 when: You are designing for global export, targeting CE marking in the EU, or using modern open-source ECAD tools (KiCad, Fritzing) where IEC is the native, unalterable default library.
The Concrete Default Pick: If you are a hobbyist, an independent hardware designer, or building a commercial product for global distribution, draft exclusively in IEC 60617. It is the undisputed modern standard. The rectangular resistor and circle-less transistor symbols scale better on high-density PCB layouts, and 95% of modern component datasheets from manufacturers like TI, STMicroelectronics, and Espressif use IEC conventions in their reference designs.






