Unicode Finder

"Ⲷ" U+2CB6(COPTIC CAPITAL LETTER CRYPTOGRAMMIC EIE)

U+2CB6
Block Name
Coptic
Name
COPTIC CAPITAL LETTER CRYPTOGRAMMIC EIE

Programming

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

Web

CSS
\002CB6
HtmlDecimal
Ⲷ
HtmlHexadecimal
Ⲷ
Url
%E2%B2%B6

Code

MD5
9b05fec1bd63f0ceb0504a3198e17ca9
Sha1
9cd7708a40dbed11bc09bf80e7e5c24b78edc92f
Base64
4rK2

Usage Examples

Programming Languages

C:

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

JavaScript:

const char = '\u2CB6';
console.log(char);  // Output: Ⲷ

Java:

char c = '\u2CB6';
System.out.println(c);  // Output: Ⲷ

JSON:

{"text": "\u2CB6"}  // Value: Ⲷ

Python:

char = '\u2CB6'
print(char)  # Output: Ⲷ

Perl:

my $char = "\x{2CB6}";
print $char;  # Output: Ⲷ

PHP:

$char = "\x{2CB6}";
echo $char;  // Output: Ⲷ

Ruby:

char = "\u{2CB6}"
puts char  # Output: Ⲷ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#11446;</p>  <!-- Display: Ⲷ -->

HTML Hexadecimal:

<p>HTML hex: &#x2CB6;</p>  <!-- Display: Ⲷ -->

URL Encoding:

// Ⲷ URL encoding
https://unicodefinder.com/search.php?query=%E2%B2%B6

Encodings

MD5:

9b05fec1bd63f0ceb0504a3198e17ca9

SHA1:

9cd7708a40dbed11bc09bf80e7e5c24b78edc92f

Base64:

4rK2