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
ო (GEORGIAN LETTER ON) is the Unicode character at code point U+10DD. It belongs to the Georgian block, in the Lowercase Letter (Ll) general category. Its script is Geor.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+10DD | |
| decimal | 4317 | |
| htmldecimal | ო | |
| htmlhex | ო | |
| css | \10DD | |
| javascript | \u{10DD} | |
| python | \u10dd | |
| java | \u10DD | |
| go | \u10DD | |
| ruby | \u{10DD} | |
| rust | \u{10DD} | |
| ccpp | \u10dd | |
| urlencoded | %E1%83%9D | |
| utf8bytes | e1 83 9d | |
| utf16bebytes | 10 dd | |
| utf32bebytes | 00 00 10 dd |
How to Use
HTML:
ო
CSS:
content: "\10DD"
JavaScript:
"\u{10DD}"
Python:
"\u10dd"
Properties
Frequently Asked Questions
What is the ო character (GEORGIAN LETTER ON)?
ო (GEORGIAN LETTER ON) is the Unicode character U+10DD.
What is the Unicode codepoint of GEORGIAN LETTER ON?
The GEORGIAN LETTER ON character (ო) has codepoint U+10DD.
How do I type or copy GEORGIAN LETTER ON?
Copy ო directly, or use the HTML entity, UTF-8, and code encodings shown on this page.