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 P WITH HOOK
Overview
Ƥ (LATIN CAPITAL LETTER P WITH HOOK) is the Unicode character at code point U+01A4. 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+01A4 | |
| decimal | 420 | |
| htmldecimal | Ƥ | |
| htmlhex | Ƥ | |
| css | \01A4 | |
| javascript | \u{1A4} | |
| python | \u01a4 | |
| java | \u01A4 | |
| go | \u01A4 | |
| ruby | \u{1A4} | |
| rust | \u{1A4} | |
| ccpp | \u01a4 | |
| urlencoded | %C6%A4 | |
| utf8bytes | c6 a4 | |
| utf16bebytes | 01 a4 | |
| utf32bebytes | 00 00 01 a4 |
How to Use
HTML:
Ƥ
CSS:
content: "\01A4"
JavaScript:
"\u{1A4}"
Python:
"\u01a4"
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 P WITH HOOK)?
Ƥ (LATIN CAPITAL LETTER P WITH HOOK) is the Unicode character U+01A4.
What is the Unicode codepoint of LATIN CAPITAL LETTER P WITH HOOK?
The LATIN CAPITAL LETTER P WITH HOOK character (Ƥ) has codepoint U+01A4.
How do I type or copy LATIN CAPITAL LETTER P WITH HOOK?
Copy Ƥ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.