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 SMALL YO) is the Unicode character at code point U+30E7. 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+30E7 | |
| decimal | 12519 | |
| htmldecimal | ョ | |
| htmlhex | ョ | |
| css | \30E7 | |
| javascript | \u{30E7} | |
| python | \u30e7 | |
| java | \u30E7 | |
| go | \u30E7 | |
| ruby | \u{30E7} | |
| rust | \u{30E7} | |
| ccpp | \u30e7 | |
| urlencoded | %E3%83%A7 | |
| utf8bytes | e3 83 a7 | |
| utf16bebytes | 30 e7 | |
| utf32bebytes | 00 00 30 e7 |
How to Use
HTML:
ョ
CSS:
content: "\30E7"
JavaScript:
"\u{30E7}"
Python:
"\u30e7"
Properties
Frequently Asked Questions
What is the ョ character (KATAKANA LETTER SMALL YO)?
ョ (KATAKANA LETTER SMALL YO) is the Unicode character U+30E7.
What is the Unicode codepoint of KATAKANA LETTER SMALL YO?
The KATAKANA LETTER SMALL YO character (ョ) has codepoint U+30E7.
How do I type or copy KATAKANA LETTER SMALL YO?
Copy ョ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.