copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('%'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
%
FULLWIDTH PERCENT SIGN
Overview
% (FULLWIDTH PERCENT SIGN) is the Unicode character at code point U+FF05. It belongs to the Halfwidth and Fullwidth Forms block, in the Other Punctuation (Po) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF05 | |
| decimal | 65285 | |
| htmldecimal | % | |
| htmlhex | % | |
| css | \FF05 | |
| javascript | \u{FF05} | |
| python | \uff05 | |
| java | \uFF05 | |
| go | \uFF05 | |
| ruby | \u{FF05} | |
| rust | \u{FF05} | |
| ccpp | \uff05 | |
| urlencoded | %EF%BC%85 | |
| utf8bytes | ef bc 85 | |
| utf16bebytes | ff 05 | |
| utf32bebytes | 00 00 ff 05 |
How to Use
HTML:
%
CSS:
content: "\FF05"
JavaScript:
"\u{FF05}"
Python:
"\uff05"
Properties
- Script
- Zyyy
- Category
- Other Punctuation (Po)
- Bidirectional
- ET
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 0025
Frequently Asked Questions
What is the % character (FULLWIDTH PERCENT SIGN)?
% (FULLWIDTH PERCENT SIGN) is the Unicode character U+FF05.
What is the Unicode codepoint of FULLWIDTH PERCENT SIGN?
The FULLWIDTH PERCENT SIGN character (%) has codepoint U+FF05.
How do I type or copy FULLWIDTH PERCENT SIGN?
Copy % directly, or use the HTML entity, UTF-8, and code encodings shown on this page.