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