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 SMALL LETTER O WITH CARON
Overview
ǒ (LATIN SMALL LETTER O WITH CARON) is the Unicode character at code point U+01D2. It belongs to the Latin Extended-B block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+01D2 | |
| decimal | 466 | |
| htmldecimal | ǒ | |
| htmlhex | ǒ | |
| css | \01D2 | |
| javascript | \u{1D2} | |
| python | \u01d2 | |
| java | \u01D2 | |
| go | \u01D2 | |
| ruby | \u{1D2} | |
| rust | \u{1D2} | |
| ccpp | \u01d2 | |
| urlencoded | %C7%92 | |
| utf8bytes | c7 92 | |
| utf16bebytes | 01 d2 | |
| utf32bebytes | 00 00 01 d2 |
How to Use
HTML:
ǒ
CSS:
content: "\01D2"
JavaScript:
"\u{1D2}"
Python:
"\u01d2"
Properties
- Block
- Latin Extended-B
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 006F 030C
Frequently Asked Questions
What is the ǒ character (LATIN SMALL LETTER O WITH CARON)?
ǒ (LATIN SMALL LETTER O WITH CARON) is the Unicode character U+01D2.
What is the Unicode codepoint of LATIN SMALL LETTER O WITH CARON?
The LATIN SMALL LETTER O WITH CARON character (ǒ) has codepoint U+01D2.
How do I type or copy LATIN SMALL LETTER O WITH CARON?
Copy ǒ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.