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' : ''">
ᷮ
COMBINING LATIN SMALL LETTER P
Overview
ᷮ (COMBINING LATIN SMALL LETTER P) is the Unicode character at code point U+1DEE. It belongs to the Combining Diacritical Marks Supplement block, in the Nonspacing Mark (Mn) general category. Its script is Zinh.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+1DEE | |
| decimal | 7662 | |
| htmldecimal | ᷮ | |
| htmlhex | ᷮ | |
| css | \1DEE | |
| javascript | \u{1DEE} | |
| python | \u1dee | |
| java | \u1DEE | |
| go | \u1DEE | |
| ruby | \u{1DEE} | |
| rust | \u{1DEE} | |
| ccpp | \u1dee | |
| urlencoded | %E1%B7%AE | |
| utf8bytes | e1 b7 ae | |
| utf16bebytes | 1d ee | |
| utf32bebytes | 00 00 1d ee |
How to Use
HTML:
ᷮ
CSS:
content: "\1DEE"
JavaScript:
"\u{1DEE}"
Python:
"\u1dee"
Properties
- Script
- Zinh
- Category
- Nonspacing Mark (Mn)
- Bidirectional
- NSM
- Combining
- 230
- Mirrored
- No
Frequently Asked Questions
What is the ᷮ character (COMBINING LATIN SMALL LETTER P)?
ᷮ (COMBINING LATIN SMALL LETTER P) is the Unicode character U+1DEE.
What is the Unicode codepoint of COMBINING LATIN SMALL LETTER P?
The COMBINING LATIN SMALL LETTER P character (ᷮ) has codepoint U+1DEE.
How do I type or copy COMBINING LATIN SMALL LETTER P?
Copy ᷮ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.