HTML Entity/Symbol⊻(XOR )

Copy this symbol

XOR

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

⊻
⊻
U+022BB
\22bb
⊻

HTML Examples

Using HTML Code value in HTML file

<span> &#8891; </span>

Using HTML Entity value in HTML file

<span> &veebar; </span>

CSS Example

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

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