The universal symbol for DC volts on a digital multimeter is a capital V with a solid line above and a dashed line below (V⎓). In schematic diagrams, DC voltage is represented by a battery symbol (alternating long and short parallel lines) or an ideal voltage source (a circle with explicit + and - polarity markers). On power supplies and silkscreens, it is typically abbreviated as VDC or DCV.

If you are holding a multimeter and need to measure a battery, solar panel, or Arduino GPIO pin right now, turn the dial to the V⎓ setting. Do not use the V~ (AC volts) setting, as it will yield a reading of zero or erratic noise on a DC circuit.

The Complete DC Voltage Symbol Reference Table

Because DC voltage appears across physical hardware, printed circuit boards, and paper schematics, the symbol changes depending on the context. Use this reference table to identify exactly what you are looking at.

Symbol / Text Context Meaning in Practice Example Application
V⎓ (V with solid/dashed line) Multimeter Dial Direct Current Volts. The solid line represents constant polarity; the dashed line represents the zero-reference baseline. Measuring a 12V car battery or 5V USB rail.
V~ (V with wavy line) Multimeter Dial Alternating Current Volts. Do not use for DC. Measuring a 120V/230V wall outlet.
Battery Symbol ( | | ) Schematic Diagram Electrochemical DC source. The longer line is the positive (+) terminal; the shorter, thicker line is negative (-). CR2032 coin cell or 18650 Li-ion pack in a circuit drawing.
Circle with +/- Schematic Diagram Ideal DC voltage source. Used when the power supply is a bench PSU or theoretical source, not a chemical battery. Lab power supply feeding a breadboard circuit.
VDC or DCV PCB Silkscreen / PSU Label Direct Current Voltage. Used where drawing the V⎓ symbol is too small or difficult to print. Input label on a buck converter module (e.g., 'Input: 7-12 VDC').
Straight Line ( ━ ) Oscilloscope Coupling DC Coupling. Allows both the AC ripple and the DC offset to pass to the display. Viewing the 5V DC rail with 50mV of switching noise.

Regional and Standard Variants: NEC vs. IEC Wire Colors

When physical symbols fade or are missing entirely—such as on unlabelled wires inside a control panel—you must rely on regional color codes to identify DC polarity. Misidentifying a DC return wire as an AC neutral can lead to catastrophic short circuits or shock hazards.

Standard / Region DC Positive (+) DC Negative (-) DC Ground / Earth Notes & Edge Cases
US (NEC Standard Practice) Red (or Black) Black (or White) Green / Bare NEC does not strictly mandate colors for <50V DC, but Red/Black is the universal industry standard. For >50V DC, NEC 310.12 requires white/gray for the grounded (return) conductor.
International (IEC 60446) Brown Grey Green-Yellow IEC uses Brown/Grey to prevent confusion with AC wiring. If a mid-point wire exists in a split DC supply, it is Blue.
Automotive / 12V Systems Red Black Chassis (Bare Metal) Universal across global automotive and marine 12V/24V systems, overriding IEC building wiring standards.
Old UK / Telecom Red Black Green Largely deprecated in building wiring since 2004 (harmonized with IEC), but still heavily prevalent in legacy telecom -48V DC plants.

Source: For comprehensive schematic symbol standards, refer to the All About Circuits Reference Guide, which aligns with IEEE 315 and IEC 60617 conventions.

Rows People Get Wrong (and Faded Label Safety)

Even experienced technicians make dial-selection errors when rushing. Here are the most common misinterpretations of the DC volts symbol and how to handle degraded equipment.

WARNING: The Amps vs. Volts Trap
The most dangerous mistake is confusing the DC Volts symbol (V⎓) with the DC Amps symbol (A⎓ or mA⎓). If you place your probes across a DC voltage source while the dial is set to Amps, the multimeter acts as a dead short. This will instantly blow the meter's internal fuse, destroy the probes, and potentially cause an arc flash if the source can deliver high current (like a car battery or LiPo pack).

Interpreting Faded Multimeter Dials

If the paint has rubbed off your multimeter dial and you cannot distinguish V⎓ from V~, look at the physical layout of the rotary switch. On 95% of standard multimeters (including the industry-standard Fluke 87V):

  • The Top Position: The setting located at the absolute top (12 o'clock) of the dial is almost always DC Volts (V⎓).
  • Port Alignment: Look at the input jacks at the bottom. The jack labeled is for voltage and resistance. The dial setting that physically points toward or aligns with the VΩ jack routing internally is your voltage setting.
  • Auto-Ranging Meters: If your meter only has a single 'V' setting without a solid/dashed or wavy line, it is an auto-detecting meter. It will automatically identify AC vs DC and display the correct symbol on the LCD screen.

Decision Tree: Which Symbol or Setting to Use

Use this decision path to terminate your troubleshooting and select the exact meter setting or schematic interpretation required for your task.

If your task is... And the source is... Then select / look for... Expected Reading
Testing a battery, solar panel, or DC power brick Chemical cell or switched-mode PSU V⎓ (DC Volts) Stable positive number (e.g., 12.6V). If negative, swap probes.
Testing a wall receptacle or HVAC control wire Mains utility or transformer secondary V~ (AC Volts) ~120V, ~230V, or ~24V AC. (Do not use V⎓ here).
Reading a schematic with alternating long/short lines Electrochemical source Battery Symbol Long line = V+, Short line = V- (GND).
Measuring microcontroller logic (Arduino/ESP32) Low-voltage DC digital rail V⎓ (DC Volts) ~3.3V or ~5.0V. Ensure black probe is on GND.

Practical Bench Verification (When in Doubt)

If you are dealing with a heavily worn, unbranded, or legacy multimeter where the DC volts symbol is completely illegible, do not guess on a live circuit. Perform a safe bench verification using a known reference.

The 9V Battery Benchmark Test
Grab a fresh 9V alkaline battery. Place your red probe in the VΩ port and the black probe in the COM port. Turn the dial to the suspected DC Volts position and touch the probes to the battery terminals.
  • If it reads ~9.2V to ~9.6V: You are correctly on the V⎓ (DC Volts) setting.
  • If it reads 0.00 or fluctuates randomly between 0 and 2V: You are on the V~ (AC Volts) setting. AC coupling blocks the DC component.
  • If it sparks or the meter beeps an error: You are on an Amps (A⎓) or Continuity setting. Remove probes immediately and replace the internal fuse.

By anchoring your understanding to the physical V⎓ dial symbol, the schematic battery conventions, and regional wire color standards, you eliminate the guesswork that leads to blown fuses and misdiagnosed circuits. Always default to the DC volts setting when measuring isolated, non-mains power sources, and verify your dial position with a known 9V reference before touching expensive embedded hardware.