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 SMALL LETTER P
Overview
p (FULLWIDTH LATIN SMALL LETTER P) is the Unicode character at code point U+FF50. It belongs to the Halfwidth and Fullwidth Forms block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF50 | |
| decimal | 65360 | |
| htmldecimal | p | |
| htmlhex | p | |
| css | \FF50 | |
| javascript | \u{FF50} | |
| python | \uff50 | |
| java | \uFF50 | |
| go | \uFF50 | |
| ruby | \u{FF50} | |
| rust | \u{FF50} | |
| ccpp | \uff50 | |
| urlencoded | %EF%BD%90 | |
| utf8bytes | ef bd 90 | |
| utf16bebytes | ff 50 | |
| utf32bebytes | 00 00 ff 50 |
How to Use
HTML:
p
CSS:
content: "\FF50"
JavaScript:
"\u{FF50}"
Python:
"\uff50"
Properties
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 0070
Frequently Asked Questions
What is the p character (FULLWIDTH LATIN SMALL LETTER P)?
p (FULLWIDTH LATIN SMALL LETTER P) is the Unicode character U+FF50.
What is the Unicode codepoint of FULLWIDTH LATIN SMALL LETTER P?
The FULLWIDTH LATIN SMALL LETTER P character (p) has codepoint U+FF50.
How do I type or copy FULLWIDTH LATIN SMALL LETTER P?
Copy p directly, or use the HTML entity, UTF-8, and code encodings shown on this page.