Unicode Finder

"Ⳉ" U+2CC8(COPTIC CAPITAL LETTER AKHMIMIC KHEI)

U+2CC8
Block Name
Coptic
Name
COPTIC CAPITAL LETTER AKHMIMIC KHEI

Programming

C
\u2CC8
JavaScript
\u2CC8
Java
\u2CC8
Json
\u2CC8
Python
\u2CC8
Perl
\x{2CC8}
PHP
\x{2CC8}
Ruby
\u{2CC8}
Rust
\u{2CC8}
Go
\u2CC8

Web

CSS
\002CC8
HtmlDecimal
Ⳉ
HtmlHexadecimal
Ⳉ
Url
%E2%B3%88

Code

MD5
aeba1d164660af4ee53182cb5d669d6d
Sha1
9f2a6fd356dafd2e5b192d23fd7352a7484f96b6
Base64
4rOI

Usage Examples

Programming Languages

C:

char c = '\u2CC8';
printf("%c\n", c);  // Output: Ⳉ

JavaScript:

const char = '\u2CC8';
console.log(char);  // Output: Ⳉ

Java:

char c = '\u2CC8';
System.out.println(c);  // Output: Ⳉ

JSON:

{"text": "\u2CC8"}  // Value: Ⳉ

Python:

char = '\u2CC8'
print(char)  # Output: Ⳉ

Perl:

my $char = "\x{2CC8}";
print $char;  # Output: Ⳉ

PHP:

$char = "\x{2CC8}";
echo $char;  // Output: Ⳉ

Ruby:

char = "\u{2CC8}"
puts char  # Output: Ⳉ

Rust:

let c = '\u{2CC8}';
println!("{}", c);  // Output: Ⳉ

Go:

char := '\u2CC8'
fmt.Printf("%c\n", char)  // Output: Ⳉ

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\002CC8";  /* Display: Ⳉ */
}

HTML Decimal:

<p>HTML decimal: &#11464;</p>  <!-- Display: Ⳉ -->

HTML Hexadecimal:

<p>HTML hex: &#x2CC8;</p>  <!-- Display: Ⳉ -->

URL Encoding:

// Ⳉ URL encoding
https://unicodefinder.com/search.php?query=%E2%B3%88

Encodings

MD5:

aeba1d164660af4ee53182cb5d669d6d

SHA1:

9f2a6fd356dafd2e5b192d23fd7352a7484f96b6

Base64:

4rOI