HTML Entity/Symbol∨(LOGICAL OR )

Copy this symbol

LOGICAL OR

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

∨
∨
U+02228
\2228
∨

HTML Examples

Using HTML Code value in HTML file

<span> &#8744; </span>

Using HTML Entity value in HTML file

<span> &or; </span>

CSS Example

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

span { 
    content: "\2228";
}
All HTML Symbols