Reading a schematic or decoding a physical component requires translating abstract lines and tiny stamped numbers into real-world electrical behavior. Misinterpreting a capacitor symbol or SMD code doesn't just cause a circuit to fail; it can lead to catastrophic dielectric breakdown or reverse-polarity venting. This reference strips away the theory and gives you the exact mapping from schematic symbol to physical part, standard variants, and the decision path to pick the right replacement.

The Master Reference: Schematic Symbols & SMD Codes

The table below maps the most common schematic symbols and physical marking codes to their practical meaning on the bench. Keep this pinned when reading datasheets or reverse-engineering PCBs.

Symbol / Code Standard / Type Meaning in Practice
Two parallel straight lines IEC 60617 Non-polarized Standard film, ceramic, or mica capacitor. No polarity constraint.
One straight, one curved line IEEE 315 Non-polarized US standard for ceramic/film. The curve historically represents the outer foil.
Straight + Curved + '+' sign IEEE 315 Polarized Electrolytic or Tantalum. The '+' denotes the anode; the curve is the cathode.
Rectangle with '+' on one end IEC 60617 Polarized EU/Global standard for polarized caps. No curved line used.
Arrow pointing diagonally through lines Variable / Trimmer Adjustable capacitance, typically used in RF tuning or oscillator feedback.
3-Digit Number (e.g., 104) EIA SMD / Ceramic Code First two digits are significant figures, third is multiplier in pF. (10 x 10^4 pF).
Letter after digits (e.g., 104K) Tolerance Code J = ±5%, K = ±10%, M = ±20%. Dictates the acceptable variance from nominal.

Regional Standard Variants: IEEE 315 vs IEC 60617

One of the most common points of confusion for makers reading international schematics is the clash between North American and European symbol standards. The IEC 60617 standard dominates in Europe and modern global datasheets, while IEEE 315 (ANSI Y32.2) remains deeply embedded in US-based legacy designs, military schematics, and older educational textbooks.

Bench Tip: If you see a curved line in a schematic, you are likely looking at an IEEE-style drawing. If you see two identical parallel lines or a simple rectangle, it is IEC-style. The electrical function is identical; only the drafting convention changes.

The Polarity Trap

In the IEEE 315 standard, the curved line on a polarized capacitor explicitly denotes the negative terminal (cathode), and the straight line is the positive (anode). In the IEC 60617 standard, polarity is not indicated by line shape at all; both lines are straight (or drawn as a rectangle), and polarity is indicated strictly by a '+' sign on the anode side or a shaded bar on the cathode side. Assuming the curved line is positive because it looks like a 'plus' sign's curve is a fast track to exploding a tantalum capacitor.

Rows People Get Wrong: Decoding Physical Markings

Physical capacitor markings are notoriously cramped. Here are the specific rows and codes that cause the most misidentifications on the workbench.

The "104" Multiplier Misconception

When you see "104" stamped on a ceramic capacitor, the instinct is to read it as 104 pF. This is wrong. The EIA 3-digit code uses the first two digits as the base value and the third digit as the power-of-ten multiplier in picofarads.
104 = 10 × 10,000 pF = 100,000 pF.
Since 1,000 pF = 1 nF, and 1,000 nF = 1 µF, a 104 code translates to 100 nF or 0.1 µF. This is the most common bypass capacitor value in digital logic, and misreading it will lead you to order parts that are 1,000 times too small.

Tolerance vs. Temperature Coefficient Letters

A marking like "104Z" or "104K" includes a tolerance letter (Z = +80%/-20%, K = ±10%). However, on larger ceramic discs, you might see a three-character code like "X7R" or "Y5V". Do not confuse these with tolerance. These are EIA temperature characteristic codes. X7R means the capacitance will vary by no more than ±15% across a -55°C to +125°C range. Y5V can drop by 82% at temperature extremes. Never substitute a Y5V for an X7R in a timing or filtering circuit.

Safe Interpretation When Markings Are Faded or Missing

Heat, flux residue, and age frequently destroy SMD and through-hole capacitor markings. When you cannot read the value, follow this strict measurement and interpretation protocol.

Safety & Accuracy Warning: Never trust a standard multimeter's capacitance reading on an in-circuit capacitor. Parallel semiconductor junctions and resistors will skew the reading wildly. You must desolder at least one leg, or use a dedicated ESR meter that injects a high-frequency AC signal to bypass parallel DC paths.
  1. Measure with an LCR Meter: Set your LCR meter to the correct test frequency. Use 120 Hz for aluminum electrolytics (bulk filtering) and 1 kHz or 100 kHz for ceramics (high-frequency bypass). Measuring a 10µF electrolytic at 100 kHz will yield a falsely low reading due to internal inductance.
  2. Check ESR (Equivalent Series Resistance): If the capacitance reads correctly but the ESR is high (e.g., >1 Ω for a 100µF cap), the electrolyte has dried out. Discard it regardless of the nominal value.
  3. Apply Voltage Derating Rules: If you must replace an unmarked ceramic capacitor in a power rail, assume it was heavily derated. Class II ceramics (X5R, X7R) suffer from severe DC bias derating. A 10µF 0805 X5R capacitor rated for 16V might only provide 2µF of actual capacitance when 12V is applied. When in doubt, double the physical package size or double the voltage rating to recover lost capacitance.

Decision Path: Selecting the Exact Replacement Part

Use this decision tree to terminate your selection process with a concrete, orderable part number. Do not guess based on physical size alone.

If Schematic / Application Shows... Then Physical Constraint Is... Required Dielectric / Type Concrete Bench Pick (Part Number)
Non-polarized symbol near IC VCC pin (0.1µF) SMD 0805 or 0603 footprint X7R Ceramic (50V rated for DC bias headroom) Murata GRM21BR71H104KA88 (0805, 50V, X7R)
Polarized symbol on DC input rail (100µF) SMD 6.3x7.7mm or Radial 6.3mm pitch Low-ESR Aluminum Electrolytic or Polymer Nichicon UWT1V101MCL1GS (SMD, 35V, 105°C)
Variable capacitor symbol in RF tank circuit Through-hole trimmer footprint NM1500 series Air/PTFE Trimmer Knowles Voltronics JRP100 (1.5-10pF)
Unmarked SMD bulk cap on 5V logic rail 1206 or 1210 footprint required X5R Ceramic (Minimum 10V rating to avoid DC bias drop) Samsung CL31B475KBHNNNE (1206, 4.7µF, 50V)

The Default Rule: If you are entirely blind to the original specs and need a general-purpose non-polarized bypass cap for a 3.3V or 5V digital logic board, default to a 0.1µF (104) X7R 0805 ceramic rated at 50V. The 50V rating ensures you avoid the DC bias capacitance cliff that plagues cheaper 6.3V or 10V rated parts, and the X7R dielectric guarantees stable capacitance across standard operating temperatures. For bulk storage where polarity is confirmed, a 100µF 25V low-ESR radial electrolytic (like the KEMET ESC series) will safely cover 90% of hobbyist and repair bench needs without risking dielectric failure.