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 DOT BELOW
Overview
ọ (LATIN SMALL LETTER O WITH DOT BELOW) is the Unicode character at code point U+1ECD. It belongs to the Latin Extended Additional block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+1ECD | |
| decimal | 7885 | |
| htmldecimal | ọ | |
| htmlhex | ọ | |
| css | \1ECD | |
| javascript | \u{1ECD} | |
| python | \u1ecd | |
| java | \u1ECD | |
| go | \u1ECD | |
| ruby | \u{1ECD} | |
| rust | \u{1ECD} | |
| ccpp | \u1ecd | |
| urlencoded | %E1%BB%8D | |
| utf8bytes | e1 bb 8d | |
| utf16bebytes | 1e cd | |
| utf32bebytes | 00 00 1e cd |
How to Use
HTML:
ọ
CSS:
content: "\1ECD"
JavaScript:
"\u{1ECD}"
Python:
"\u1ecd"
Properties
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 006F 0323
Frequently Asked Questions
What is the ọ character (LATIN SMALL LETTER O WITH DOT BELOW)?
ọ (LATIN SMALL LETTER O WITH DOT BELOW) is the Unicode character U+1ECD.
What is the Unicode codepoint of LATIN SMALL LETTER O WITH DOT BELOW?
The LATIN SMALL LETTER O WITH DOT BELOW character (ọ) has codepoint U+1ECD.
How do I type or copy LATIN SMALL LETTER O WITH DOT BELOW?
Copy ọ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.