copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('0'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
0
DIGIT ZERO
Overview
0 (DIGIT ZERO) is the Unicode character at code point U+0030. It belongs to the Basic Latin block, in the Decimal Number (Nd) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0030 | |
| decimal | 48 | |
| htmldecimal | 0 | |
| htmlhex | 0 | |
| css | \0030 | |
| javascript | \u{30} | |
| python | \u0030 | |
| java | \u0030 | |
| go | \u0030 | |
| ruby | \u{30} | |
| rust | \u{30} | |
| ccpp | \u0030 | |
| urlencoded | 0 | |
| utf8bytes | 30 | |
| utf16bebytes | 00 30 | |
| utf32bebytes | 00 00 00 30 |
How to Use
HTML:
0
CSS:
content: "\0030"
JavaScript:
"\u{30}"
Python:
"\u0030"
Properties
- Block
- Basic Latin
- Script
- Zyyy
- Category
- Decimal Number (Nd)
- Bidirectional
- EN
- Combining
- 0
- Mirrored
- No
Compare
Frequently Asked Questions
What is the 0 character (DIGIT ZERO)?
0 (DIGIT ZERO) is the Unicode character U+0030.
What is the Unicode codepoint of DIGIT ZERO?
The DIGIT ZERO character (0) has codepoint U+0030.
How do I type or copy DIGIT ZERO?
Copy 0 directly, or use the HTML entity, UTF-8, and code encodings shown on this page.