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
FULLWIDTH DIGIT ZERO
Overview
0 (FULLWIDTH DIGIT ZERO) is the Unicode character at code point U+FF10. It belongs to the Halfwidth and Fullwidth Forms block, in the Decimal Number (Nd) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF10 | |
| decimal | 65296 | |
| htmldecimal | 0 | |
| htmlhex | 0 | |
| css | \FF10 | |
| javascript | \u{FF10} | |
| python | \uff10 | |
| java | \uFF10 | |
| go | \uFF10 | |
| ruby | \u{FF10} | |
| rust | \u{FF10} | |
| ccpp | \uff10 | |
| urlencoded | %EF%BC%90 | |
| utf8bytes | ef bc 90 | |
| utf16bebytes | ff 10 | |
| utf32bebytes | 00 00 ff 10 |
How to Use
HTML:
0
CSS:
content: "\FF10"
JavaScript:
"\u{FF10}"
Python:
"\uff10"
Properties
- Script
- Zyyy
- Category
- Decimal Number (Nd)
- Bidirectional
- EN
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 0030
Compare
Frequently Asked Questions
What is the 0 character (FULLWIDTH DIGIT ZERO)?
0 (FULLWIDTH DIGIT ZERO) is the Unicode character U+FF10.
What is the Unicode codepoint of FULLWIDTH DIGIT ZERO?
The FULLWIDTH DIGIT ZERO character (0) has codepoint U+FF10.
How do I type or copy FULLWIDTH DIGIT ZERO?
Copy 0 directly, or use the HTML entity, UTF-8, and code encodings shown on this page.