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