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