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
ょ (HIRAGANA LETTER SMALL YO) is the Unicode character at code point U+3087. It belongs to the Hiragana block, in the Other Letter (Lo) general category. Its script is Hira.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+3087 | |
| decimal | 12423 | |
| htmldecimal | ょ | |
| htmlhex | ょ | |
| css | \3087 | |
| javascript | \u{3087} | |
| python | \u3087 | |
| java | \u3087 | |
| go | \u3087 | |
| ruby | \u{3087} | |
| rust | \u{3087} | |
| ccpp | \u3087 | |
| urlencoded | %E3%82%87 | |
| utf8bytes | e3 82 87 | |
| utf16bebytes | 30 87 | |
| utf32bebytes | 00 00 30 87 |
How to Use
HTML:
ょ
CSS:
content: "\3087"
JavaScript:
"\u{3087}"
Python:
"\u3087"
Properties
Frequently Asked Questions
What is the ょ character (HIRAGANA LETTER SMALL YO)?
ょ (HIRAGANA LETTER SMALL YO) is the Unicode character U+3087.
What is the Unicode codepoint of HIRAGANA LETTER SMALL YO?
The HIRAGANA LETTER SMALL YO character (ょ) has codepoint U+3087.
How do I type or copy HIRAGANA LETTER SMALL YO?
Copy ょ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.