Unicode Finder

"Ⲻ" U+2CBA(COPTIC CAPITAL LETTER DIALECT-P NI)

U+2CBA
Block Name
Coptic
Name
COPTIC CAPITAL LETTER DIALECT-P NI

Programming

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

Web

CSS
\002CBA
HtmlDecimal
Ⲻ
HtmlHexadecimal
Ⲻ
Url
%E2%B2%BA

Code

MD5
9ae3208f4cb74d7ea2e152722ee8e4db
Sha1
a9741795d2f79037a0dc66736ca62720d1db6e2d
Base64
4rK6

Usage Examples

Programming Languages

C:

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

JavaScript:

const char = '\u2CBA';
console.log(char);  // Output: Ⲻ

Java:

char c = '\u2CBA';
System.out.println(c);  // Output: Ⲻ

JSON:

{"text": "\u2CBA"}  // Value: Ⲻ

Python:

char = '\u2CBA'
print(char)  # Output: Ⲻ

Perl:

my $char = "\x{2CBA}";
print $char;  # Output: Ⲻ

PHP:

$char = "\x{2CBA}";
echo $char;  // Output: Ⲻ

Ruby:

char = "\u{2CBA}"
puts char  # Output: Ⲻ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#11450;</p>  <!-- Display: Ⲻ -->

HTML Hexadecimal:

<p>HTML hex: &#x2CBA;</p>  <!-- Display: Ⲻ -->

URL Encoding:

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

Encodings

MD5:

9ae3208f4cb74d7ea2e152722ee8e4db

SHA1:

a9741795d2f79037a0dc66736ca62720d1db6e2d

Base64:

4rK6