The Boolean OR operation outputs a logic HIGH (1) if any of its inputs are HIGH. In schematic design and PCB silkscreen, the Boolean OR symbol takes one of two dominant forms: the ANSI/IEEE 91-1984 curved 'D' shape (standard in North America) or the IEC 60617 rectangular '≥1' shape (standard in Europe and international contexts). If you are reading a US-based schematic, expect the curved symbol; if you are reading EU machinery diagrams or modern international datasheets, expect the rectangle. When replacing unmarked ICs on a board, assuming the wrong logic family or misreading a faded symbol can lead to immediate bus contention or short circuits.
The Complete Boolean OR Symbol Reference Table
Use this table to immediately identify which standard you are looking at and select the correct replacement IC. This assumes standard positive logic (HIGH = 1, LOW = 0).
| Standard | Visual Shape | Internal Label | Primary Region | Common 2-Input IC (5V) | Common 2-Input IC (3.3V) |
|---|---|---|---|---|---|
| ANSI/IEEE 91 | Curved 'D' (straight back, curved front) | None (shape implies function) | North America, Legacy MIL | 74HC32 | 74LVC32 |
| IEC 60617 | Rectangle | '≥1' | Europe, ISO, Modern Global | 74HC32 | 74LVC32 |
| DIN 40700 (Obsolete) | Rectangle with semi-circle notch | '>0' or '1' | Legacy Germany (Pre-1990) | 7432 / 74LS32 | N/A (Use LVC) |
| De Morgan Equivalent | AND shape with inverted inputs (bubbles) | None | Universal (Theoretical) | 74HC00 (NAND) wired specifically | 74LVC00 |
Regional and Standard Variants: ANSI vs. IEC vs. DIN
Logic symbols are not universal. The divergence stems from two different philosophies in electrical engineering documentation.
ANSI/IEEE 91-1984 (The 'Military' Standard)
Dominant in the US, this standard uses distinct geometric shapes for each logic function. The OR gate is drawn with a straight vertical line for the inputs, a curved back, and a pointed front. The shape itself is the identifier; no text is placed inside. This is the symbol you will find on almost all US university breadboard layouts and legacy military schematics.
IEC 60617 (The Rectangular Standard)
Adopted by the International Electrotechnical Commission and standard across the EU, this system uses a uniform rectangle for all gates. The function is defined by the text inside. For an OR gate, the symbol is ≥1, meaning 'the output is 1 if the sum of the inputs is greater than or equal to 1'. This standard is heavily favored in PLC programming and modern European industrial automation because it scales cleanly to complex, multi-input programmable logic blocks without requiring new geometric shapes.
DIN 40700 (The Legacy German Standard)
You will rarely see this in new designs, but if you are repairing older European industrial equipment (pre-1995), you may encounter DIN symbols. The OR gate is a rectangle with a curved notch on the input side. Treat these exactly as you would an IEC symbol, but expect the underlying silicon to be older 74LS or 4000-series CMOS.
Rows People Get Wrong: Common Symbol & Logic Traps
Misidentifying an OR gate usually happens when engineers rush through a schematic review or misinterpret a faded PCB. Watch out for these specific traps:
In the ANSI standard, an Exclusive-OR (XOR) gate looks nearly identical to an OR gate, but it features a second curved line spaced slightly away from the input side. If you replace an XOR IC (like a 74HC86) with an OR IC (74HC32) because you missed that second line, your parity checks and adder circuits will fail silently or output corrupted data.
In analog schematics, a triangle with '≥1' or similar text might indicate a comparator threshold. In digital IEC logic diagrams, the '≥1' inside a strict rectangle always means a Boolean OR gate. Do not confuse digital logic blocks with analog comparator symbols.
Sometimes, a schematic will show an AND gate shape with 'bubbles' (inversion circles) on the inputs and the output. By De Morgan's Laws, a NAND gate with inverted inputs is logically identical to an OR gate. If you see this symbol, it is functioning as an OR gate in the circuit's logic flow, even if the physical IC used is a NAND gate (like a 74HC00). Always trace the bubbles before ordering replacement parts.
Safe Interpretation When Silkscreen Markings Fade
When repairing damaged boards, the silkscreen OR symbol or the IC part number is often burned off or scratched away. You must safely identify the gate's function and pinout without shorting the board. Assumption: The following procedure assumes a standard 14-pin DIP or SOIC package operating at 5V CMOS logic.
- Identify Power Pins First: Use a multimeter in continuity mode (board unpowered) to find the ground plane. On a standard 14-pin logic IC, Pin 7 is GND and Pin 14 is VCC. Verify this by checking continuity from Pin 7 to a known chassis ground or decoupling capacitor ground leg.
- Isolate the Inputs and Output: A standard quad 2-input OR gate (like the NXP 74HC32) has four independent gates. Gate A will typically be Pins 1, 2 (inputs) and 3 (output). Gate B is 4, 5, 6. Gate C is 9, 10, 8. Gate D is 12, 13, 11.
- Inject and Probe (Live Test): Power the board with a current-limited bench supply set to 5.0V with a 500mA limit. Use a logic probe or a multimeter set to DC voltage. Ground both inputs of Gate A (Pins 1 and 2). The output (Pin 3) should read ~0.05V (LOW). Pull Pin 1 HIGH (to 5V) while leaving Pin 2 LOW. If Pin 3 immediately jumps to ~4.9V (HIGH), you have confirmed it is an OR (or XOR) gate.
- Differentiate OR from XOR: To rule out XOR, pull both Pin 1 and Pin 2 HIGH simultaneously. If the output stays HIGH, it is an OR gate. If the output drops to LOW, it is an XOR gate.
Decision Path: Identifying and Replacing an Unmarked OR Gate
Use this decision matrix to terminate your troubleshooting and select the exact replacement part number. Do not guess; follow the conditions to the final pick.
| Condition / Observation | Action Required | Resulting Part / Pick |
|---|---|---|
| Schematic shows ANSI curved 'D' or IEC '≥1' rectangle. VCC measures 5.0V. | Verify pinout matches standard 14-pin DIP/SOIC. Swap IC. | 74HC32 (Standard 5V CMOS) |
| Schematic shows OR symbol. VCC measures 3.3V or lower (e.g., ESP32/RPi logic). | Do NOT use 74HC series (requires 5V). Select low-voltage CMOS. | 74LVC32 (3.3V / 5V tolerant) |
| Silkscreen is missing. Probing reveals Output goes HIGH if ANY input is HIGH. Board is 12V. | Standard 74-series will fry. Select 4000-series CMOS. | CD4071B (3V to 15V range) |
| Schematic shows OR symbol, but physical IC has 5 pins (SOT-23-5) instead of 14. | Identify as a single-gate micro-logic package (e.g., TI AUC/AUP series). | SN74LVC1G32 (Single 2-input OR) |
| Board uses negative logic (active-low inputs, active-low output) with OR symbol. | Apply De Morgan's. Replace with a NAND gate configured for negative-OR. | 74HC00 (Wired as Negative-OR) |
Default Recommendation: If you are designing a new circuit or repairing a standard 5V hobbyist/industrial board and the exact original part number is unreadable, default to the 74HC32. It offers high noise immunity, a propagation delay of roughly 14ns, and can source/sink up to 25mA per output pin, making it the most robust and universally available quad 2-input OR gate on the market.






