Unicode Finder

"嫸" U+5AF8(CJK UNIFIED IDEOGRAPH-5AF8)

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

Programming

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

Web

CSS
\005AF8
HtmlDecimal
嫸
HtmlHexadecimal
嫸
Url
%E5%AB%B8

Code

MD5
b5e0d7163e5658b3c006c86dc2c1d423
Sha1
50ac3c1de2e626179ce03c60ec5b2ea94b86e8f3
Base64
5au4

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

Programming Languages

C:

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

JavaScript:

const char = '\u5AF8';
console.log(char);  // Output: 嫸

Java:

char c = '\u5AF8';
System.out.println(c);  // Output: 嫸

JSON:

{"text": "\u5AF8"}  // Value: 嫸

Python:

char = '\u5AF8'
print(char)  # Output: 嫸

Perl:

my $char = "\x{5AF8}";
print $char;  # Output: 嫸

PHP:

$char = "\x{5AF8}";
echo $char;  // Output: 嫸

Ruby:

char = "\u{5AF8}"
puts char  # Output: 嫸

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#23288;</p>  <!-- Display: 嫸 -->

HTML Hexadecimal:

<p>HTML hex: &#x5AF8;</p>  <!-- Display: 嫸 -->

URL Encoding:

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

Encodings

MD5:

b5e0d7163e5658b3c006c86dc2c1d423

SHA1:

50ac3c1de2e626179ce03c60ec5b2ea94b86e8f3

Base64:

5au4