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 O WITH BREVE
Overview
Ŏ (LATIN CAPITAL LETTER O WITH BREVE) is the Unicode character at code point U+014E. It belongs to the Latin Extended-A block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+014E | |
| decimal | 334 | |
| htmldecimal | Ŏ | |
| htmlhex | Ŏ | |
| css | \014E | |
| javascript | \u{14E} | |
| python | \u014e | |
| java | \u014E | |
| go | \u014E | |
| ruby | \u{14E} | |
| rust | \u{14E} | |
| ccpp | \u014e | |
| urlencoded | %C5%8E | |
| utf8bytes | c5 8e | |
| utf16bebytes | 01 4e | |
| utf32bebytes | 00 00 01 4e |
How to Use
HTML:
Ŏ
CSS:
content: "\014E"
JavaScript:
"\u{14E}"
Python:
"\u014e"
Properties
- Block
- Latin Extended-A
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 004F 0306
Frequently Asked Questions
What is the Ŏ character (LATIN CAPITAL LETTER O WITH BREVE)?
Ŏ (LATIN CAPITAL LETTER O WITH BREVE) is the Unicode character U+014E.
What is the Unicode codepoint of LATIN CAPITAL LETTER O WITH BREVE?
The LATIN CAPITAL LETTER O WITH BREVE character (Ŏ) has codepoint U+014E.
How do I type or copy LATIN CAPITAL LETTER O WITH BREVE?
Copy Ŏ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.