copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('P'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
P
FULLWIDTH LATIN CAPITAL LETTER P
Overview
P (FULLWIDTH LATIN CAPITAL LETTER P) is the Unicode character at code point U+FF30. 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+FF30 | |
| decimal | 65328 | |
| htmldecimal | P | |
| htmlhex | P | |
| css | \FF30 | |
| javascript | \u{FF30} | |
| python | \uff30 | |
| java | \uFF30 | |
| go | \uFF30 | |
| ruby | \u{FF30} | |
| rust | \u{FF30} | |
| ccpp | \uff30 | |
| urlencoded | %EF%BC%B0 | |
| utf8bytes | ef bc b0 | |
| utf16bebytes | ff 30 | |
| utf32bebytes | 00 00 ff 30 |
How to Use
HTML:
P
CSS:
content: "\FF30"
JavaScript:
"\u{FF30}"
Python:
"\uff30"
Properties
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 0050
Frequently Asked Questions
What is the P character (FULLWIDTH LATIN CAPITAL LETTER P)?
P (FULLWIDTH LATIN CAPITAL LETTER P) is the Unicode character U+FF30.
What is the Unicode codepoint of FULLWIDTH LATIN CAPITAL LETTER P?
The FULLWIDTH LATIN CAPITAL LETTER P character (P) has codepoint U+FF30.
How do I type or copy FULLWIDTH LATIN CAPITAL LETTER P?
Copy P directly, or use the HTML entity, UTF-8, and code encodings shown on this page.