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' : ''">
Ȣ
LATIN CAPITAL LETTER OU
Overview
Ȣ (LATIN CAPITAL LETTER OU) is the Unicode character at code point U+0222. It belongs to the Latin Extended-B block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0222 | |
| decimal | 546 | |
| htmldecimal | Ȣ | |
| htmlhex | Ȣ | |
| css | \0222 | |
| javascript | \u{222} | |
| python | \u0222 | |
| java | \u0222 | |
| go | \u0222 | |
| ruby | \u{222} | |
| rust | \u{222} | |
| ccpp | \u0222 | |
| urlencoded | %C8%A2 | |
| utf8bytes | c8 a2 | |
| utf16bebytes | 02 22 | |
| utf32bebytes | 00 00 02 22 |
How to Use
HTML:
Ȣ
CSS:
content: "\0222"
JavaScript:
"\u{222}"
Python:
"\u0222"
Properties
- Block
- Latin Extended-B
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the Ȣ character (LATIN CAPITAL LETTER OU)?
Ȣ (LATIN CAPITAL LETTER OU) is the Unicode character U+0222.
What is the Unicode codepoint of LATIN CAPITAL LETTER OU?
The LATIN CAPITAL LETTER OU character (Ȣ) has codepoint U+0222.
How do I type or copy LATIN CAPITAL LETTER OU?
Copy Ȣ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.