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