Search
Search for a symbol or emoji...
∧
∧
Logical And Symbol ∧
Logical And Symbol Information
| Symbol Name | Logical And |
| Unicode Version | 1.1 (June 1993) |
| Unicode | U+2227 |
| CSS Code | \2227 |
| HTML Entity | ∧ |
| Hex Code | ∧ |
| HTML Code | ∧ |
| Latex | \wedge |
| Symbol | ∧ |
Logical And Symbol Encoding
| UTF-8 | 0xE2 0x88 0xA7 |
| UTF-16 | 0x2227 |
| UTF-32 | 0x00002227 |
Logical And Symbol in Latex
Logical And
1\documentclass{article}
2\begin{document}
3\wedge
4\end{document}How to add logical and symbol via keyboard on different Operating systems
You can type the logical and symbol on most modern devices with the help of following methods:
How to type logical and symbol on Microsoft Word
You can type the logical and in Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 2227
- Without moving the cursor press keys Alt + x together
- The original 2227 is now transformed into ∧
How to type logical and symbol on Microsoft Windows
You can type the logical and on Microsoft windows using following steps:
- Hold Alt and press to type logical and on your windows machine.
How to type logical and symbol on Mac OS
You can type the logical and on Mac OS using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Press Ctrl + ⌘ Command + ⎵ Space to bring up the Character Viewer. Alternatively, choose Edit ⇒ Emoji & Symbols
- Type "Logical And" in the search field at the top and press Enter
- The symbol should appear. Click on it to insert it into your text


How to type logical and symbol on Linux
You can type the logical and on Linux using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Hold ⇧ Shift + Ctrl and press the letter + U
- Press keys 2227 consecutively
- And then press ↵ Enter , the desired symbol will be added to your document
How to type logical and symbol on IOS and Android
The easiest way to type the logical and symbol on ios and android is to copy and paste it wherever you need it.
How to use logical and in CSS
//CSS Example
1span {
2 content: \2227;
3 }How to use logical and in HTML
//HTML Example
1<span>∧</span>Logical And symbol representation in programming languages
Logical Andsymbol's representation in different programming languages can be found in table below:
| Language | Representation |
|---|---|
| Rust | \u{2227} |
| Ruby | \u{2227} |
| Python | \u2227 |
| PHP | \u{2227} |
| Perl | \x{2227} |
| Java | \u2227 |
| Modern JavaScript - Since ES6 | \u{2227} |
| JavaScript | \u2227 |
| Go | \u2227 |
| C# | \u2227 |
| C and C++ | \u2227 |
| Bash and Zsh - inside echo -e | \u2227 |
| RFC 5137 | \u'2227' |
