Unicode Finder

"Ⲝ" U+2C9C(COPTIC CAPITAL LETTER KSI)

U+2C9C
Block Name
Coptic
Name
COPTIC CAPITAL LETTER KSI

Programming

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

Web

CSS
\002C9C
HtmlDecimal
Ⲝ
HtmlHexadecimal
Ⲝ
Url
%E2%B2%9C

Code

MD5
6d016b059310c1cbeacfdffba4834471
Sha1
41025f2b5177920f9a6aaf3e1006623433cc4e87
Base64
4rKc

Usage Examples

Programming Languages

C:

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

JavaScript:

const char = '\u2C9C';
console.log(char);  // Output: Ⲝ

Java:

char c = '\u2C9C';
System.out.println(c);  // Output: Ⲝ

JSON:

{"text": "\u2C9C"}  // Value: Ⲝ

Python:

char = '\u2C9C'
print(char)  # Output: Ⲝ

Perl:

my $char = "\x{2C9C}";
print $char;  # Output: Ⲝ

PHP:

$char = "\x{2C9C}";
echo $char;  // Output: Ⲝ

Ruby:

char = "\u{2C9C}"
puts char  # Output: Ⲝ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#11420;</p>  <!-- Display: Ⲝ -->

HTML Hexadecimal:

<p>HTML hex: &#x2C9C;</p>  <!-- Display: Ⲝ -->

URL Encoding:

// Ⲝ URL encoding
https://unicodefinder.com/search.php?query=%E2%B2%9C

Encodings

MD5:

6d016b059310c1cbeacfdffba4834471

SHA1:

41025f2b5177920f9a6aaf3e1006623433cc4e87

Base64:

4rKc