The standard non-polarized capacitor symbol consists of two parallel straight lines (representing the plates), while polarized versions add a curved plate or a positive (+) indicator. While frequently misspelled in search queries as the capacitator symbol, the correct industry term is the capacitor symbol, governed strictly by IEEE 315 in North America and IEC 60617 globally. Getting these right on a schematic prevents catastrophic reverse-polarity failures and ensures your PCB layout matches your BOM.

Below is the complete reference chart, followed by the specific drafting traps that cause board respins, and a concrete decision path for selecting the right physical component.

The Standard Capacitor Symbol Reference Table

This table maps the visual schematic symbols to their governing standards and real-world component equivalents. Use this as your primary bench reference when reading datasheets or reviewing EDA (Electronic Design Automation) library footprints.

Symbol Name IEEE 315 (US) Visual IEC 60617 (Global) Visual Practical Meaning & Application Common Physical Part Types
Non-Polarized Two parallel straight lines Two parallel straight lines Standard energy storage; no specific orientation required on the PCB. MLCC (Ceramic), Film (Polyester/Polypropylene), Mica
Polarized One straight line (+), one curved line (-) Two straight lines with a '+' on the positive side High-capacitance storage; MUST be installed with correct anode/cathode orientation. Aluminum Electrolytic, Tantalum, Niobium
Variable Non-polarized symbol with a diagonal arrow crossing it Non-polarized symbol with a diagonal arrow crossing it User-adjustable capacitance, typically via a front-panel knob. Air-gap variable, large ceramic tuning capacitors
Trimmer Non-polarized symbol with a T-bar arrow Non-polarized symbol with a T-bar arrow Factory-adjustable; tuned once with a screwdriver and left alone. SMD ceramic trimmers, mica compression trimmers
Feedthrough Resembles a Pi (π) or T network Similar to IEEE, often shown as a 3-terminal block RF interference filtering where the signal passes directly through the component body. EMI feedthrough capacitors, panel-mount RF filters
Ganged Multiple variable symbols linked by a dashed line Multiple variable symbols linked by a dashed line Multiple capacitors adjusted simultaneously by a single shaft. Multi-gang air variables (vintage radios, HF transceivers)

Rows People Get Wrong (and How to Fix Them)

Even experienced drafters and hobbyists misinterpret specific rows in the symbol library. Here are the most common schematic-to-PCB translation errors and how to avoid them.

The "Curved Plate" Polarity Trap

In the IEEE 315 standard, the curved plate explicitly denotes the negative terminal, while the straight plate is positive. However, in older UK schematics (BS 3939) and some non-standard hobbyist drawings, the curve is sometimes mistakenly drawn on the positive side. The Fix: Never rely solely on the curve. Always look for the explicit '+' sign. If the '+' is missing, assume IEEE 315 rules apply (curve = negative), but verify against the physical component's datasheet before applying power.

Trimmer vs. Variable Confusion

Designers often place a standard variable capacitor symbol in the schematic when they actually need a trimmer, leading to procurement errors. A variable capacitor is meant for continuous user adjustment (like a tuning dial) and uses a standard arrowhead. A trimmer uses a T-bar arrowhead and is meant for "set-and-forget" calibration. The Fix: If the component is hidden inside an enclosure and only adjusted during factory calibration, use the T-bar trimmer symbol and specify an SMD trimmer (e.g., Murata TZC3 series) in the BOM.

Electrolytic vs. Tantalum Polarity Reversal

Both use the polarized symbol, but their physical polarity markings are opposite. An aluminum electrolytic can has a stripe with minus signs (-) indicating the negative cathode. A tantalum bead capacitor has a stripe or bar indicating the positive anode. Mixing these up based on a single schematic symbol is a classic bench mistake.

Regional Standards and Faded Markings

Which standard applies to you? If you are designing for North American manufacturing or submitting to US-based publications, default to IEEE/ANSI 315. If you are designing for European, Asian, or global IEC-compliant manufacturing, use IEC 60617. Modern EDA tools like KiCad and Altium allow you to toggle between these symbol sets in the library manager.

Bench Trick for Faded Markings: If you are repairing a board and the electrolytic capacitor's silkscreen and can markings are completely faded or burned off, do not guess. Desolder the component. Look at the PCB pads: the negative pad is almost always connected to a large ground pour or has a thicker trace. If the board is completely destroyed, use a multimeter in continuity mode to trace the negative pad to the chassis ground or the negative terminal of the board's DC input jack.
SAFETY WARNING: Reverse Polarity Hazard
Never apply power to a polarized capacitor if you are unsure of its orientation. Reverse-biasing an aluminum electrolytic capacitor causes the internal dielectric oxide layer to break down, generating rapid hydrogen gas. On circuits operating above 24V DC, this will cause the capacitor's pressure relief vent to rupture violently, spraying hot electrolyte. Always de-energize the circuit, lock out the breaker, and verify dead with a tested meter before inspecting or replacing high-voltage filter capacitors.

Decision Tree: Which Symbol and Component to Pick

Use this decision matrix to move from your circuit's electrical requirement directly to the correct schematic symbol and a concrete, purchasable part number. Stop guessing and use the right dielectric for the job.

Application Scenario Schematic Symbol Required Dielectric / Technology Concrete Component Pick (Part Number)
High-Frequency Decoupling
(e.g., ESP32 VCC pin, 3.3V logic, >10MHz noise)
Non-Polarized
(Two straight lines)
X7R or C0G/NP0 MLCC (Multi-Layer Ceramic) 100nF 0603 X7R MLCC
(Samsung CL10B104KB8NNNC or equiv.)
Bulk Power Filtering
(e.g., 12V DC motor supply, smoothing rectified AC)
Polarized
(Straight + Curve / '+')
Low-ESR Aluminum Electrolytic 470µF 25V Low-ESR
(Panasonic EEU-FR1E471 FR Series)
Audio Crossover / Coupling
(e.g., Bi-polar signal path, no DC offset)
Non-Polarized
(Two straight lines)
Metallized Polypropylene Film 4.7µF 100V Film
(WIMA MKP10 series or equiv.)
RF Tank Circuit Tuning
(e.g., Adjusting a 433MHz oscillator on the bench)
Trimmer
(T-bar arrow)
N750 Ceramic Trimmer 5-30pF SMD Trimmer
(Murata TZC3 series)
Space-Constrained High-CV
(e.g., Wearable device, 5V rail backup)
Polarized
(Straight + Curve / '+')
Solid Tantalum 47µF 6.3V Tantalum
(KEMET T491B476K006AT)

When laying out your PCB, always ensure the silkscreen matches the physical footprint of the exact part number you selected. A 100nF 0603 MLCC requires a completely different land pattern than a 100nF 0805, and mixing them up will result in tombstoning during reflow. Always pull the manufacturer's STEP file and footprint dimensions directly from the datasheet before finalizing your board outline.