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