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 DON) is the Unicode character at code point U+10A3. 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+10A3 | |
| decimal | 4259 | |
| htmldecimal | Ⴃ | |
| htmlhex | Ⴃ | |
| css | \10A3 | |
| javascript | \u{10A3} | |
| python | \u10a3 | |
| java | \u10A3 | |
| go | \u10A3 | |
| ruby | \u{10A3} | |
| rust | \u{10A3} | |
| ccpp | \u10a3 | |
| urlencoded | %E1%82%A3 | |
| utf8bytes | e1 82 a3 | |
| utf16bebytes | 10 a3 | |
| utf32bebytes | 00 00 10 a3 |
How to Use
HTML:
Ⴃ
CSS:
content: "\10A3"
JavaScript:
"\u{10A3}"
Python:
"\u10a3"
Properties
Frequently Asked Questions
What is the Ⴃ character (GEORGIAN CAPITAL LETTER DON)?
Ⴃ (GEORGIAN CAPITAL LETTER DON) is the Unicode character U+10A3.
What is the Unicode codepoint of GEORGIAN CAPITAL LETTER DON?
The GEORGIAN CAPITAL LETTER DON character (Ⴃ) has codepoint U+10A3.
How do I type or copy GEORGIAN CAPITAL LETTER DON?
Copy Ⴃ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.