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' : ''">
Ȥ
LATIN CAPITAL LETTER Z WITH HOOK
Overview
Ȥ (LATIN CAPITAL LETTER Z WITH HOOK) is the Unicode character at code point U+0224. It belongs to the Latin Extended-B block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0224 | |
| decimal | 548 | |
| htmldecimal | Ȥ | |
| htmlhex | Ȥ | |
| css | \0224 | |
| javascript | \u{224} | |
| python | \u0224 | |
| java | \u0224 | |
| go | \u0224 | |
| ruby | \u{224} | |
| rust | \u{224} | |
| ccpp | \u0224 | |
| urlencoded | %C8%A4 | |
| utf8bytes | c8 a4 | |
| utf16bebytes | 02 24 | |
| utf32bebytes | 00 00 02 24 |
How to Use
HTML:
Ȥ
CSS:
content: "\0224"
JavaScript:
"\u{224}"
Python:
"\u0224"
Properties
- Block
- Latin Extended-B
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the Ȥ character (LATIN CAPITAL LETTER Z WITH HOOK)?
Ȥ (LATIN CAPITAL LETTER Z WITH HOOK) is the Unicode character U+0224.
What is the Unicode codepoint of LATIN CAPITAL LETTER Z WITH HOOK?
The LATIN CAPITAL LETTER Z WITH HOOK character (Ȥ) has codepoint U+0224.
How do I type or copy LATIN CAPITAL LETTER Z WITH HOOK?
Copy Ȥ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.