Ideographic Number Zero Symbol 〇
〇
Copy to Clipboard
Ideographic Number Zero Symbol Information
Symbol Name | Ideographic Number Zero |
Unicode Version | 1.1 (June 1993) |
Unicode | U+3007 |
CSS Code | \3007 |
Hex Code | 〇 |
HTML Code | 〇 |
Ideographic Number Zero Symbol Encoding
UTF-8 | 0xE3 0x80 0x87 |
UTF-16 | 0x3007 |
UTF-32 | 0x00003007 |
Table of contents
- Ideographic Number Zero PNG and SVG files
- How to type ideographic number zero on Microsoft Word
- How to type ideographic number zero on Microsoft Windows
- How to type ideographic number zero on Mac OS
- How to type ideographic number zero on Linux
- How to type ideographic number zero on IOS and Android
- How to use ideographic number zero in CSS
- How to use ideographic number zero in HTML
- Ideographic Number Zero representation in programming languages
Ideographic Number Zero symbol's PNG and SVG files
How to add ideographic number zero symbol via keyboard on different Operating systems
You can type the ideographic number zero on most modern devices with the help of following methods:
How to type ideographic number zero symbol on Microsoft Word
You can type the ideographic number zero on microsoft Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 3 0 0 7
- Without moving the cursor press keys Alt + x together
- The original 3 0 0 7 is now transformed into 〇
How to type ideographic number zero symbol on Microsoft Windows
You can type the ideographic number zero on Microsoft windows using following steps:
- Hold Alt and press to type ideographic number zero on your windows machine.
How to type ideographic number zero symbol on Mac OS
You can type the ideographic number zero 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 “Ideographic Number Zero” 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 ideographic number zero symbol on Linux
You can type the ideographic number zero 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 3 0 0 7 consecutively
- And then press ↵ Enter , the desired symbol will be added to your document
How to type ideographic number zero symbol on IOS and Android
The easiest way to type the ideographic number zero on ios and android is to copy and paste it wherever you need it.
How to use ideographic number zero in CSS
Copy
// css example
span {
content: "\3007";
}
How to type ideographic number zero in HTML
Copy
// html example
<span>〇</span>
Ideographic Number Zero symbol representation in programming languages
ideographic number zero's representation in different programming languages can be found in table below:
Language | Representation |
Rust | \u{3007} |
Ruby | \u{3007} |
Python | \u3007 |
PHP | \u{3007} |
Perl | "\x{3007}" |
Java | \u3007 |
Modern JavaScript - Since ES6 | \u{3007} |
JavaScript | \u3007 |
Go | \u3007 |
C# | \u3007 |
C and C++ | \u3007 |
Bash and Zsh - inside echo -e | \u3007 |
RFC 5137 | \u'3007' |