Unicode Finder

"ⲵ" U+2CB5(COPTIC SMALL LETTER OLD COPTIC AIN)

U+2CB5
Block Name
Coptic
Name
COPTIC SMALL LETTER OLD COPTIC AIN

Programming

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

Web

CSS
\002CB5
HtmlDecimal
ⲵ
HtmlHexadecimal
ⲵ
Url
%E2%B2%B5

Code

MD5
9d3140ffaf60b80b66d38da1e8b1d6fe
Sha1
8a246822e7313c51dafc923b41dbe7e20f90150d
Base64
4rK1

Usage Examples

Programming Languages

C:

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

JavaScript:

const char = '\u2CB5';
console.log(char);  // Output: ⲵ

Java:

char c = '\u2CB5';
System.out.println(c);  // Output: ⲵ

JSON:

{"text": "\u2CB5"}  // Value: ⲵ

Python:

char = '\u2CB5'
print(char)  # Output: ⲵ

Perl:

my $char = "\x{2CB5}";
print $char;  # Output: ⲵ

PHP:

$char = "\x{2CB5}";
echo $char;  // Output: ⲵ

Ruby:

char = "\u{2CB5}"
puts char  # Output: ⲵ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#11445;</p>  <!-- Display: ⲵ -->

HTML Hexadecimal:

<p>HTML hex: &#x2CB5;</p>  <!-- Display: ⲵ -->

URL Encoding:

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

Encodings

MD5:

9d3140ffaf60b80b66d38da1e8b1d6fe

SHA1:

8a246822e7313c51dafc923b41dbe7e20f90150d

Base64:

4rK1