Search
Search for a symbol or emoji...
∎
∎
End of Proof Symbol ∎
End of Proof Symbol Information
| Symbol Name | End of Proof |
| Unicode Version | 1.1 (June 1993) |
| Unicode | U+220E |
| CSS Code | \220E |
| Hex Code | ∎ |
| HTML Code | ∎ |
| Symbol | ∎ |
End of Proof Symbol Encoding
| UTF-8 | 0xE2 0x88 0x8E |
| UTF-16 | 0x220E |
| UTF-32 | 0x0000220E |
How to add end of proof symbol via keyboard on different Operating systems
You can type the end of proof symbol on most modern devices with the help of following methods:
How to type end of proof symbol on Microsoft Word
You can type the end of proof in Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 220E
- Without moving the cursor press keys Alt + x together
- The original 220E is now transformed into ∎
How to type end of proof symbol on Microsoft Windows
You can type the end of proof on Microsoft windows using following steps:
- Hold Alt and press to type end of proof on your windows machine.
How to type end of proof symbol on Mac OS
You can type the end of proof 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 "End of Proof" 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 end of proof symbol on Linux
You can type the end of proof 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 220E consecutively
- And then press ↵ Enter , the desired symbol will be added to your document
How to type end of proof symbol on IOS and Android
The easiest way to type the end of proof symbol on ios and android is to copy and paste it wherever you need it.
How to use end of proof in CSS
//CSS Example
1span {
2 content: \220E;
3 }How to use end of proof in HTML
//HTML Example
1<span>∎</span>End of Proof symbol representation in programming languages
End of Proofsymbol's representation in different programming languages can be found in table below:
| Language | Representation |
|---|---|
| Rust | \u{220E} |
| Ruby | \u{220E} |
| Python | \u220E |
| PHP | \u{220E} |
| Perl | \x{220E} |
| Java | \u220E |
| Modern JavaScript - Since ES6 | \u{220E} |
| JavaScript | \u220E |
| Go | \u220E |
| C# | \u220E |
| C and C++ | \u220E |
| Bash and Zsh - inside echo -e | \u220E |
| RFC 5137 | \u'220E' |
