Convert OnlineConvertOnline

HTML Entity/Symbol⋁(N-ARY LOGICAL OR )

Copy this symbol

N-ARY LOGICAL OR

Click on any of the following code values to copy to clipboard.

⋁
⋁
U+022C1
\22c1
⋁

HTML Examples

Using HTML Code value in HTML file

<span> &#8897; </span>

Using HTML Entity value in HTML file

<span> &bigvee; </span>

CSS Example

Using CSS content code of the HTML entity &bigvee; to specify in a CSS file

span { 
    content: "\22c1";
}
All HTML Symbols