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' : ''">
ペ
Overview
ペ (KATAKANA LETTER PE) is the Unicode character at code point U+30DA. It belongs to the Katakana block, in the Other Letter (Lo) general category. Its script is Kana.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+30DA | |
| decimal | 12506 | |
| htmldecimal | ペ | |
| htmlhex | ペ | |
| css | \30DA | |
| javascript | \u{30DA} | |
| python | \u30da | |
| java | \u30DA | |
| go | \u30DA | |
| ruby | \u{30DA} | |
| rust | \u{30DA} | |
| ccpp | \u30da | |
| urlencoded | %E3%83%9A | |
| utf8bytes | e3 83 9a | |
| utf16bebytes | 30 da | |
| utf32bebytes | 00 00 30 da |
How to Use
HTML:
ペ
CSS:
content: "\30DA"
JavaScript:
"\u{30DA}"
Python:
"\u30da"
Properties
Frequently Asked Questions
What is the ペ character (KATAKANA LETTER PE)?
ペ (KATAKANA LETTER PE) is the Unicode character U+30DA.
What is the Unicode codepoint of KATAKANA LETTER PE?
The KATAKANA LETTER PE character (ペ) has codepoint U+30DA.
How do I type or copy KATAKANA LETTER PE?
Copy ペ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.