Unicode Finder

"⳹" U+2CF9(COPTIC OLD NUBIAN FULL STOP)

U+2CF9
Block Name
Coptic
Name
COPTIC OLD NUBIAN FULL STOP

Programming

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

Web

CSS
\002CF9
HtmlDecimal
⳹
HtmlHexadecimal
⳹
Url
%E2%B3%B9

Code

MD5
90a0e0baae1c0c7e7b62150a923e3510
Sha1
89d2e80c11f247c7f2afcc811990d4a160ed4b73
Base64
4rO5

Usage Examples

Programming Languages

C:

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

JavaScript:

const char = '\u2CF9';
console.log(char);  // Output: ⳹

Java:

char c = '\u2CF9';
System.out.println(c);  // Output: ⳹

JSON:

{"text": "\u2CF9"}  // Value: ⳹

Python:

char = '\u2CF9'
print(char)  # Output: ⳹

Perl:

my $char = "\x{2CF9}";
print $char;  # Output: ⳹

PHP:

$char = "\x{2CF9}";
echo $char;  // Output: ⳹

Ruby:

char = "\u{2CF9}"
puts char  # Output: ⳹

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#11513;</p>  <!-- Display: ⳹ -->

HTML Hexadecimal:

<p>HTML hex: &#x2CF9;</p>  <!-- Display: ⳹ -->

URL Encoding:

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

Encodings

MD5:

90a0e0baae1c0c7e7b62150a923e3510

SHA1:

89d2e80c11f247c7f2afcc811990d4a160ed4b73

Base64:

4rO5