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