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