Ballot X Symbol ✗
✗
Copy to Clipboard
Ballot X Symbol Information
Symbol Name | Ballot X |
Unicode Version | 1.1 (June 1993) |
Unicode | U+2717 |
CSS Code | \2717 |
HTML Entity | ✗ |
Ballot X Symbol Encoding
UTF-8 | 0xE2 0x9C 0x97 |
UTF-16 | 0x2717 |
UTF-32 | 0x00002717 |
Table of contents
- Ballot X PNG and SVG files
- How to type ballot x in latex
- How to type ballot x on Microsoft Word
- How to type ballot x on Microsoft Windows
- How to type ballot x on Mac OS
- How to type ballot x on Linux
- How to type ballot x on IOS and Android
- How to use ballot x in CSS
- How to use ballot x in HTML
- Ballot X representation in programming languages
Ballot X symbol's PNG and SVG files
How to type ballot x symbol in latex
Copy
\documentclass{article}
\usepackage{pifont}
\begin{document}
\ding{55}
\end{document}
How to add ballot x symbol via keyboard on different Operating systems
You can type the ballot x 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 on microsoft Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 2 7 1 7
- Without moving the cursor press keys Alt + x together
- The original 2 7 1 7 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 2 7 1 7 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 on ios and android is to copy and paste it wherever you need it.
How to use ballot x in CSS
Copy
// css example
span {
content: "\2717";
}
How to type ballot x in HTML
Copy
// html example
<span>✗</span>
Ballot X symbol representation in programming languages
ballot x'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' |