Step 1: Determine the UTF-8 encoding bit layout
The character Ჺ has the Unicode code point U+1CBA. In UTF-8, it is encoded using 3 bytes because its codepoint is in the range of
0x0800
to0xffff
.
Therefore we know that the UTF-8 encoding will be done over 16 bits within the final 24 bits and that it will have the format:1110xxxx 10xxxxxx 10xxxxxx
Where thex
are the payload bits.UTF-8 Encoding bit layout by codepoint range Codepoint Range Bytes Bit pattern Payload length U+0000 - U+007F 1 0xxxxxxx 7 bits U+0080 - U+07FF 2 110xxxxx 10xxxxxx 11 bits U+0800 - U+FFFF 3 1110xxxx 10xxxxxx 10xxxxxx 16 bits U+10000 - U+10FFFF 4 11110xxx 10xxxxxx 10xxxxxx 10xxxxxx 21 bits Step 2: Obtain the payload bits:
Convert the hexadecimal code point U+1CBA to binary:
00011100 10111010
. Those are the payload bits.Step 3: Fill in the bits to match the bit pattern:
Obtain the final bytes by arranging the paylod bits to match the bit layout:
11100001 10110010 10111010
GEORGIAN MTAVRULI CAPITAL LETTER AIN·U+1CBA
Character Information
Character Representations
Click elements to copyEncoding | Hex | Binary |
---|---|---|
UTF8 | E1 B2 BA | 11100001 10110010 10111010 |
UTF16 (big Endian) | 1C BA | 00011100 10111010 |
UTF16 (little Endian) | BA 1C | 10111010 00011100 |
UTF32 (big Endian) | 00 00 1C BA | 00000000 00000000 00011100 10111010 |
UTF32 (little Endian) | BA 1C 00 00 | 10111010 00011100 00000000 00000000 |
Description
The Unicode character U+1CBA, known as the Georgian Mtavruli Capital Letter Ain (Ⴐ), is an essential component of the Georgian script, particularly in digital text representation. This alphabet system dates back to the 5th century and has been widely used in the country of Georgia for written communication. The Georgian Mtavruli script was initially created by the Romans in the first century AD and was later adopted and adapted by the local population. As a capital letter, U+1CBA plays a vital role in preserving the rich cultural heritage of Georgia. It is commonly used at the beginning of words or sentences, denoting their initial consonant sound. The Georgian script stands out due to its unique design and geometric forms, which are distinct from other alphabetic writing systems. In the digital realm, U+1CBA ensures accurate representation and encoding of Georgian text across various platforms, including websites, documents, and software applications. This character's inclusion in Unicode fosters better cross-cultural communication by facilitating access to diverse languages and scripts. In summary, the Georgian Mtavruli Capital Letter Ain (Ⴐ) is a critical element of the Georgian script, representing its rich cultural history and ensuring proper encoding in digital text.
How to type the Ჺ symbol on Windows
Hold Alt and type 7354 on the numpad. Or use Character Map.