copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('Z'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
Z
FULLWIDTH LATIN CAPITAL LETTER Z
Overview
Z (FULLWIDTH LATIN CAPITAL LETTER Z) is the Unicode character at code point U+FF3A. It belongs to the Halfwidth and Fullwidth Forms block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF3A | |
| decimal | 65338 | |
| htmldecimal | Z | |
| htmlhex | Z | |
| css | \FF3A | |
| javascript | \u{FF3A} | |
| python | \uff3a | |
| java | \uFF3A | |
| go | \uFF3A | |
| ruby | \u{FF3A} | |
| rust | \u{FF3A} | |
| ccpp | \uff3a | |
| urlencoded | %EF%BC%BA | |
| utf8bytes | ef bc ba | |
| utf16bebytes | ff 3a | |
| utf32bebytes | 00 00 ff 3a |
How to Use
HTML:
Z
CSS:
content: "\FF3A"
JavaScript:
"\u{FF3A}"
Python:
"\uff3a"
Properties
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 005A
Frequently Asked Questions
What is the Z character (FULLWIDTH LATIN CAPITAL LETTER Z)?
Z (FULLWIDTH LATIN CAPITAL LETTER Z) is the Unicode character U+FF3A.
What is the Unicode codepoint of FULLWIDTH LATIN CAPITAL LETTER Z?
The FULLWIDTH LATIN CAPITAL LETTER Z character (Z) has codepoint U+FF3A.
How do I type or copy FULLWIDTH LATIN CAPITAL LETTER Z?
Copy Z directly, or use the HTML entity, UTF-8, and code encodings shown on this page.