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