Unicode Finder

"嫷" U+5AF7(CJK UNIFIED IDEOGRAPH-5AF7)

U+5AF7
Όνομα Μπλοκ
CJK Unified Ideographs
Όνομα
CJK UNIFIED IDEOGRAPH-5AF7

Programming

C
\u5AF7
JavaScript
\u5AF7
Java
\u5AF7
Json
\u5AF7
Python
\u5AF7
Perl
\x{5AF7}
PHP
\x{5AF7}
Ruby
\u{5AF7}
Rust
\u{5AF7}
Go
\u5AF7

Web

CSS
\005AF7
HtmlDecimal
嫷
HtmlHexadecimal
嫷
Url
%E5%AB%B7

Code

MD5
1e83d12be0b1e6d28e10ca1cbcf38641
Sha1
502961dae45186178cae4bc913457f0d83761f92
Base64
5au3

Παραδείγματα Χρήσης

Programming Languages

C:

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

JavaScript:

const char = '\u5AF7';
console.log(char);  // Output: 嫷

Java:

char c = '\u5AF7';
System.out.println(c);  // Output: 嫷

JSON:

{"text": "\u5AF7"}  // Value: 嫷

Python:

char = '\u5AF7'
print(char)  # Output: 嫷

Perl:

my $char = "\x{5AF7}";
print $char;  # Output: 嫷

PHP:

$char = "\x{5AF7}";
echo $char;  // Output: 嫷

Ruby:

char = "\u{5AF7}"
puts char  # Output: 嫷

Rust:

let c = '\u{5AF7}';
println!("{}", c);  // Output: 嫷

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005AF7";  /* Display: 嫷 */
}

HTML Decimal:

<p>HTML decimal: &#23287;</p>  <!-- Display: 嫷 -->

HTML Hexadecimal:

<p>HTML hex: &#x5AF7;</p>  <!-- Display: 嫷 -->

URL Encoding:

// 嫷 URL encoding
https://unicodefinder.com/search.php?query=%E5%AB%B7

Encodings

MD5:

1e83d12be0b1e6d28e10ca1cbcf38641

SHA1:

502961dae45186178cae4bc913457f0d83761f92

Base64:

5au3