Unicode Finder

"嫹" U+5AF9(CJK UNIFIED IDEOGRAPH-5AF9)

U+5AF9
Bloknaam
CJK Unified Ideographs
Naam
CJK UNIFIED IDEOGRAPH-5AF9

Programming

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

Web

CSS
\005AF9
HtmlDecimal
嫹
HtmlHexadecimal
嫹
Url
%E5%AB%B9

Code

MD5
ee740a4513ea1b53d53a22421f10ff3b
Sha1
7d366ee38480a239f1e99e48522397b11b310416
Base64
5au5

Gebruiksvoorbeelden

Programming Languages

C:

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

JavaScript:

const char = '\u5AF9';
console.log(char);  // Output: 嫹

Java:

char c = '\u5AF9';
System.out.println(c);  // Output: 嫹

JSON:

{"text": "\u5AF9"}  // Value: 嫹

Python:

char = '\u5AF9'
print(char)  # Output: 嫹

Perl:

my $char = "\x{5AF9}";
print $char;  # Output: 嫹

PHP:

$char = "\x{5AF9}";
echo $char;  // Output: 嫹

Ruby:

char = "\u{5AF9}"
puts char  # Output: 嫹

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#23289;</p>  <!-- Display: 嫹 -->

HTML Hexadecimal:

<p>HTML hex: &#x5AF9;</p>  <!-- Display: 嫹 -->

URL Encoding:

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

Encodings

MD5:

ee740a4513ea1b53d53a22421f10ff3b

SHA1:

7d366ee38480a239f1e99e48522397b11b310416

Base64:

5au5