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