copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('6'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
6
FULLWIDTH DIGIT SIX
Overview
6 (FULLWIDTH DIGIT SIX) is the Unicode character at code point U+FF16. 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+FF16 | |
| decimal | 65302 | |
| htmldecimal | 6 | |
| htmlhex | 6 | |
| css | \FF16 | |
| javascript | \u{FF16} | |
| python | \uff16 | |
| java | \uFF16 | |
| go | \uFF16 | |
| ruby | \u{FF16} | |
| rust | \u{FF16} | |
| ccpp | \uff16 | |
| urlencoded | %EF%BC%96 | |
| utf8bytes | ef bc 96 | |
| utf16bebytes | ff 16 | |
| utf32bebytes | 00 00 ff 16 |
How to Use
HTML:
6
CSS:
content: "\FF16"
JavaScript:
"\u{FF16}"
Python:
"\uff16"
Properties
- Script
- Zyyy
- Category
- Decimal Number (Nd)
- Bidirectional
- EN
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 0036
Frequently Asked Questions
What is the 6 character (FULLWIDTH DIGIT SIX)?
6 (FULLWIDTH DIGIT SIX) is the Unicode character U+FF16.
What is the Unicode codepoint of FULLWIDTH DIGIT SIX?
The FULLWIDTH DIGIT SIX character (6) has codepoint U+FF16.
How do I type or copy FULLWIDTH DIGIT SIX?
Copy 6 directly, or use the HTML entity, UTF-8, and code encodings shown on this page.