Unicode Finder

"ⲹ" U+2CB9(COPTIC SMALL LETTER DIALECT-P KAPA)

U+2CB9
Block Name
Coptic
Name
COPTIC SMALL LETTER DIALECT-P KAPA

Programming

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

Web

CSS
\002CB9
HtmlDecimal
ⲹ
HtmlHexadecimal
ⲹ
Url
%E2%B2%B9

Code

MD5
f42c29cc866a5cc77f51b5fb58bf5824
Sha1
101a255fc360bed198cc1bf6557deecf1aaba845
Base64
4rK5

Usage Examples

Programming Languages

C:

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

JavaScript:

const char = '\u2CB9';
console.log(char);  // Output: ⲹ

Java:

char c = '\u2CB9';
System.out.println(c);  // Output: ⲹ

JSON:

{"text": "\u2CB9"}  // Value: ⲹ

Python:

char = '\u2CB9'
print(char)  # Output: ⲹ

Perl:

my $char = "\x{2CB9}";
print $char;  # Output: ⲹ

PHP:

$char = "\x{2CB9}";
echo $char;  // Output: ⲹ

Ruby:

char = "\u{2CB9}"
puts char  # Output: ⲹ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#11449;</p>  <!-- Display: ⲹ -->

HTML Hexadecimal:

<p>HTML hex: &#x2CB9;</p>  <!-- Display: ⲹ -->

URL Encoding:

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

Encodings

MD5:

f42c29cc866a5cc77f51b5fb58bf5824

SHA1:

101a255fc360bed198cc1bf6557deecf1aaba845

Base64:

4rK5