The universal off and on symbols are not arbitrary design choices; they are strict graphical translations of binary circuit states governed by international standards. Whether you are wiring a 12V marine dashboard, troubleshooting a 480V industrial motor starter, or designing an ESP32 smart home relay board, misinterpreting these symbols can lead to equipment damage or lethal shock. Below is the definitive reference for power switch markings, regional variations, and how to safely verify circuit states when the silk-screening has worn off.
The Master Reference: Off and On Symbols
The primary global standard for graphical symbols on electrical equipment is IEC 60417. In the US, IEEE 315 provides the baseline, though it largely harmonizes with IEC for consumer and industrial switchgear. Read the table below to map the symbol on your toggle, rocker, or pushbutton to its exact electrical meaning.
| Symbol / Marking | IEC 60417 Ref | Meaning in Practice | Typical Application |
|---|---|---|---|
| | (Vertical Line) | 5007 | Power ON. The circuit is closed. Current flows from line to load. | Rocker switches, toggle switches, digital logic high. |
| O (Circle) | 5008 | Power OFF. The circuit is open. Current flow is interrupted. | Rocker switches, toggle switches, digital logic low. |
| ⏻ (Line inside Circle) | 5009 | Standby / Sleep. Equipment is in a low-power state. The primary power supply is still energized. | PC power buttons, TV remotes, modern appliance soft-switches. |
| ⏼ (Line in broken circle) | 5010 | On/Off Toggle. A single pushbutton that alternates between ON and OFF states. | Momentary pushbuttons with internal latching relays. |
| I / O (Combined) | N/A (Layout) | Bipolar Toggle. Indicates the physical direction of the actuator for ON (I) and OFF (O). | DPST/DPDT rockers, heavy-duty disconnects. |
Rows People Get Wrong: The Most Misinterpreted Switch Markings
Even experienced makers and electricians fall into semantic traps when reading switchgear. Here are the most common misinterpretations and their real-world consequences.
The "O" and "I" Letter Confusion
The most persistent myth is that the "O" stands for "On" and the "I" stands for "Off" (or vice versa, assuming "I" means "Ignition"). This is false. The symbols represent binary code, not English letters.
- 1 (rendered as | or I): Binary 1 means a closed circuit (logical TRUE / ON).
- 0 (rendered as O): Binary 0 means an open circuit (logical FALSE / OFF).
Standby (⏻) vs. True Off (O)
Indicator Light Colors vs. Switch Symbols
Do not rely solely on the color of an illuminated rocker switch to determine state. While IEC 60204-1 mandates that Green indicates a safe/ON state and Red indicates an emergency/OFF state for industrial machinery, consumer electronics and automotive aftermarket switches frequently reverse this (Red = Power ON, Green = Standby). Always trust the physical | and O molded into the plastic actuator over the LED color.
Regional and Standard Variants: IEC vs. IEEE vs. Legacy
While the | and O symbols are nearly universal today, the physical orientation, text requirements, and legacy markings vary by region and governing body.
| Standard / Region | Key Requirement for On/Off | Where You Will See It |
|---|---|---|
| IEC 60417 (Global) | Mandates | for ON, O for OFF. Standby is ⏻. | EU, UK, AU, and 90% of global consumer electronics. |
| IEEE 315 (US) | Aligns with IEC for symbols, but allows text "ON/OFF" or "CLOSED/OPEN" for high-voltage industrial disconnects. | US industrial control panels, legacy military gear. |
| NEC NFPA 70 (US) | Does not dictate the graphic symbol, but NEC 240.81 strictly mandates that the UP position of a vertically mounted breaker or switch must be the ON position. | All US residential and commercial branch circuit breakers. |
| Old UK / Pre-Harmonization | Legacy machine tools sometimes used a solid black circle for STOP/OFF and a white circle for START/ON, or relied entirely on Red/Green paint without binary symbols. | Pre-1990s British manufacturing equipment, retrofitted lathes/mills. |
Safe Interpretation When Markings Are Faded or Missing
On a 15-year-old boat dashboard or a sun-baked solar charge controller, the molded | and O symbols often wear smooth. Never guess the state of a switch based on its physical angle or the position of adjacent switches. Use this verification protocol:
- De-energize if possible: If you are testing a DC solar disconnect or a mains breaker, shut off the upstream source.
- Set your meter to Continuity (Ω): Use a reliable multimeter (e.g., Fluke 117 or Klein MM400). Short the probes to verify the meter reads < 1 ohm and beeps.
- Test across the terminals:
- For a 2-pin SPST switch: Place probes on both terminals. Flip the actuator. The position that yields ~0.0 ohms is ON (|). The position that yields OL (Over Limit) is OFF (O).
- For a 3-pin rocker (SPDT): Identify the center COM pin. Test COM to Pin A, then COM to Pin B. Map which physical direction closes which circuit.
- Verify Voltage (Live Testing): If the circuit must remain live (e.g., troubleshooting a 24V HVAC control board), set the meter to DC/AC Voltage. Measure from the load-side terminal of the switch to a known ground. If you read nominal voltage (e.g., 24V or 120V), the switch is in the ON (|) position and passing current.
Decision Path: Which Symbol or Switch to Specify
When designing a new circuit, replacing a broken switch, or specifying components for a control panel, use this decision tree to select the correct physical switch and symbol marking.
| If your application is... | Then specify... | Concrete Part / Standard Pick |
|---|---|---|
| 12V/24V DC Marine, Automotive, or Solar disconnect. | SPST or DPST Rocker with deep-molded IEC | and O symbols, IP68 sealed. | Carling V-Series Contura II (e.g., V1D1B60B). Industry standard for DC environments. |
| 120V/240V AC Residential or Workshop branch circuit. | Standard toggle or DIN-rail breaker. Must comply with NEC UP=ON rule. | Eaton BR or FAZ series breakers. Physical toggle enforces NEC 240.81 natively. |
| Microcontroller (ESP32/Arduino) logic control or soft-latch. | Momentary pushbutton with ⏻ (Standby/Soft Power) symbol, wired to a GPIO with internal pull-up. | C&K PTS645 series tactile switch paired with a software debounce routine. |
| Industrial 480V 3-Phase Motor Starter. | IEC 60204-1 compliant pushbuttons. Green (I) for Start, Red (O) for Stop. Must be physical, not just symbolic. | Schneider Electric Harmony XB5 series (ZB5AA31 Green, ZB5AA42 Red). |
Default Recommendation: If you are building a custom DC control panel or maker project and are unsure which switch to buy, default to the Carling V-Series Contura rocker (SPST, IEC marked). It provides the correct | and O binary symbols, handles up to 20A at 12V DC, and features a sealed actuator that prevents the exact fading and ambiguity issues that plague cheaper imported switches. For AC mains applications, always defer to UL-listed breakers (like Eaton or Square D) where the physical toggle orientation satisfies the code requirements without relying on printed symbols alone.






