Unicode Finder

"Ⳡ" U+2CE0(COPTIC CAPITAL LETTER OLD NUBIAN NYI)

U+2CE0
Block Name
Coptic
Name
COPTIC CAPITAL LETTER OLD NUBIAN NYI

Programming

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

Web

CSS
\002CE0
HtmlDecimal
Ⳡ
HtmlHexadecimal
Ⳡ
Url
%E2%B3%A0

Code

MD5
8557ae7d774443a305d3fdb478f23118
Sha1
40ddff334d04e1d81134d259a9896384a8d3a982
Base64
4rOg

Usage Examples

Programming Languages

C:

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

JavaScript:

const char = '\u2CE0';
console.log(char);  // Output: Ⳡ

Java:

char c = '\u2CE0';
System.out.println(c);  // Output: Ⳡ

JSON:

{"text": "\u2CE0"}  // Value: Ⳡ

Python:

char = '\u2CE0'
print(char)  # Output: Ⳡ

Perl:

my $char = "\x{2CE0}";
print $char;  # Output: Ⳡ

PHP:

$char = "\x{2CE0}";
echo $char;  // Output: Ⳡ

Ruby:

char = "\u{2CE0}"
puts char  # Output: Ⳡ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#11488;</p>  <!-- Display: Ⳡ -->

HTML Hexadecimal:

<p>HTML hex: &#x2CE0;</p>  <!-- Display: Ⳡ -->

URL Encoding:

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

Encodings

MD5:

8557ae7d774443a305d3fdb478f23118

SHA1:

40ddff334d04e1d81134d259a9896384a8d3a982

Base64:

4rOg