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
DIGIT SEVEN
Overview
7 (DIGIT SEVEN) is the Unicode character at code point U+0037. 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+0037 | |
| decimal | 55 | |
| htmldecimal | 7 | |
| htmlhex | 7 | |
| css | \0037 | |
| javascript | \u{37} | |
| python | \u0037 | |
| java | \u0037 | |
| go | \u0037 | |
| ruby | \u{37} | |
| rust | \u{37} | |
| ccpp | \u0037 | |
| urlencoded | 7 | |
| utf8bytes | 37 | |
| utf16bebytes | 00 37 | |
| utf32bebytes | 00 00 00 37 |
How to Use
HTML:
7
CSS:
content: "\0037"
JavaScript:
"\u{37}"
Python:
"\u0037"
Properties
- Block
- Basic Latin
- Script
- Zyyy
- Category
- Decimal Number (Nd)
- Bidirectional
- EN
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the 7 character (DIGIT SEVEN)?
7 (DIGIT SEVEN) is the Unicode character U+0037.
What is the Unicode codepoint of DIGIT SEVEN?
The DIGIT SEVEN character (7) has codepoint U+0037.
How do I type or copy DIGIT SEVEN?
Copy 7 directly, or use the HTML entity, UTF-8, and code encodings shown on this page.