The universal symbol for DC (Direct Current) voltage on a multimeter or power supply is a capital 'V' with a solid horizontal line above a dashed line (). In text and datasheets, it is written as VDC or DCV. On electrical schematics, DC voltage sources are represented by a battery symbol (one long and one short parallel line) or a circle with positive (+) and negative (-) polarity markers.

If you are staring at a multimeter dial or a faded power brick, you need to know exactly which setting or terminal handles direct current to avoid blowing a meter fuse or frying a logic board. Below is the complete reference for DC voltage symbols, schematic designators, and the wire color codes that accompany them.

The Complete DC Voltage Symbol Reference Table

The following table covers every iteration of the DC voltage symbol you will encounter on the bench, from handheld digital multimeters (DMMs) to printed circuit board (PCB) silkscreens.

Symbol / TextContextMeaning in Practice
V⎓ (V with solid/dashed line)Multimeter dial / Digital displayThe DC Voltage measurement setting. The solid line represents the constant DC baseline, while the dashed line represents the pulsating ripple inherent in rectified DC or standard IEC drafting conventions.
VDC or DCVPower supply labels / PCB silkscreenDirect Current Voltage input or output. 'VDC' is standard on modern switching supplies; 'DCV' is common on older analog panels.
Battery Symbol (||)Schematics (IEEE/IEC)A DC voltage source. The longer line is the positive terminal (+), and the shorter, thicker line is the negative terminal (-).
Circle with + and -Block diagrams / SchematicsA generic DC power supply, generator, or specific voltage node in a complex circuit.
VCC / VDDIC Datasheets / SchematicsThe positive DC supply voltage for an integrated circuit. VCC typically refers to BJT (Bipolar Junction Transistor) collector supplies, while VDD refers to FET (Field Effect Transistor) drain supplies.
V~ (V with wavy line)Multimeter dial (WARNING)AC Voltage. Do not use this setting to measure DC. It will yield inaccurate readings or trigger a '0' on cheap meters, and can blow the internal shunt fuse on high-end DMMs if the DC source has high short-circuit current.

Regional DC Wire Color Codes (NEC vs. IEC vs. Old UK)

Knowing the symbol on the power supply is only half the battle; you must also verify the polarity of the wires connected to it. Wire color standards for DC circuits vary drastically by region and application. According to Electrical Technology's Wiring Color Code Guide, mixing up US and European DC standards can result in reversed polarity, which will instantly destroy unprotected semiconductor components.

FunctionUS (NEC / Industry Std)EU / International (IEC 60446)Old UK (Pre-2004)
DC Positive (Ungrounded)Red (Industry) / Any color except white/green (NEC)BrownRed
DC Negative (Ungrounded)Black (Industry)Grey (or Blue for 2-wire)Black
DC Grounded ConductorWhite or GreyBlueBlack (with blue sleeve)
Equipment GroundGreen, Green/Yellow, or BareGreen/YellowGreen/Yellow
Telecom Edge Case (48V DC): In standard -48V telecom rectifier systems, the positive terminal is intentionally grounded to prevent electrochemical corrosion on buried lines. In this specific setup, the grounded positive wire is often White or Red, while the 'hot' negative wire is Black or Blue. Always verify with a meter, never trust the color alone in telecom racks.

Rows People Get Wrong (And Faded Marking Protocols)

When working on the bench or in the field, misinterpreting a DC symbol or wire color leads to blown fuses, bricked microcontrollers, or worse. Here are the most common points of failure and how to handle them.

1. The Wavy vs. Straight Line Trap

The most common mistake for hobbyists and junior technicians is setting a multimeter to V~ (AC) when trying to measure a DC battery, or vice versa. If you measure a 12V DC car battery on the V~ setting, a true-RMS meter like the Fluke 87V will read near zero, while a cheaper average-responding meter might display a random, meaningless number. Conversely, measuring 120V AC mains on the V⎓ (DC) setting will read '0' on most modern DMMs, giving you a false sense of security that a circuit is dead. Always verify a circuit is dead using the AC setting first, then the DC setting.

2. Safe Interpretation of Faded or Missing Markings

If the VDC symbol is completely worn off a laptop power brick, LED driver, or barrel-jack adapter, do not guess the output. Some halogen lighting transformers output 12V AC, which will fry a 12V DC LED strip if connected directly.

The Safe Verification Protocol:

  1. Set your multimeter to AC Voltage (V~), auto-ranging if available.
  2. Probe the output terminals or barrel jack center pin and outer sleeve.
  3. If the meter reads your expected voltage (e.g., 12V or 19V) on the AC setting, it is an AC transformer. Stop.
  4. If the meter reads 0V AC (or a few millivolts of noise), switch your meter to DC Voltage (V⎓).
  5. Probe again. If you now read the expected nominal voltage, it is a DC power supply. Note which probe (red or black) is on the center pin to determine center-positive or center-negative polarity.

3. Ungrounded DC Systems and 'Floating' Grounds

On schematics, you will often see a DC voltage symbol pointing to a ground symbol (three decreasing horizontal lines). In isolated DC systems (like a battery-powered Arduino project), this 'ground' is simply the 0V reference point (the negative terminal). It has no physical connection to the earth. Do not attempt to bond this DC logic ground to your home's AC earth ground rod unless the system design specifically calls for equipotential bonding, as doing so can create ground loops that introduce 60Hz hum into analog sensor readings.

Frequently Asked Questions

What does the V with a solid and dashed line mean on a multimeter?

The 'V' with a solid line over a dashed line (⎓) is the IEC-standard symbol for Direct Current Voltage. The solid top line represents the steady, constant voltage level of an ideal DC source (like a battery). The dashed bottom line represents the reality of practical DC circuits, which often contain a pulsating 'ripple' component left over from AC-to-DC rectification, or it simply serves as the standardized visual differentiator from the AC wavy line (~).

Is the DC voltage symbol the same on all schematics globally?

Yes, the core symbols are standardized globally under IEEE 315 and IEC 60617. The battery symbol (long and short parallel lines) and the circle with polarity markers are universal. However, the text designators next to the symbol change based on the circuit type. You will see 'VCC' for legacy bipolar logic, 'VDD' for CMOS and modern microcontrollers (like the ESP32), and 'VBAT' for the raw battery input pin on a real-time clock (RTC) module.

How do I safely test DC voltage if the symbol is faded off the power supply?

Never rely on physical barrel-jack size or wire color to assume a power supply outputs DC. Use the 'AC-first' verification protocol outlined above. Set your meter to V~ and probe the output. If it reads zero, switch to V⎓ to measure the DC output. This two-step process guarantees you won't accidentally expose your DC multimeter circuitry to a high-voltage AC source, which could arc across the internal PCB traces if the meter's input protection is degraded.