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 AMPERSAND
Overview
& (FULLWIDTH AMPERSAND) is the Unicode character at code point U+FF06. 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+FF06 | |
| decimal | 65286 | |
| htmldecimal | & | |
| htmlhex | & | |
| css | \FF06 | |
| javascript | \u{FF06} | |
| python | \uff06 | |
| java | \uFF06 | |
| go | \uFF06 | |
| ruby | \u{FF06} | |
| rust | \u{FF06} | |
| ccpp | \uff06 | |
| urlencoded | %EF%BC%86 | |
| utf8bytes | ef bc 86 | |
| utf16bebytes | ff 06 | |
| utf32bebytes | 00 00 ff 06 |
How to Use
HTML:
&
CSS:
content: "\FF06"
JavaScript:
"\u{FF06}"
Python:
"\uff06"
Properties
- Script
- Zyyy
- Category
- Other Punctuation (Po)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 0026
Frequently Asked Questions
What is the & character (FULLWIDTH AMPERSAND)?
& (FULLWIDTH AMPERSAND) is the Unicode character U+FF06.
What is the Unicode codepoint of FULLWIDTH AMPERSAND?
The FULLWIDTH AMPERSAND character (&) has codepoint U+FF06.
How do I type or copy FULLWIDTH AMPERSAND?
Copy & directly, or use the HTML entity, UTF-8, and code encodings shown on this page.