Unicode Finder

"嫊" U+5ACA(CJK UNIFIED IDEOGRAPH-5ACA)

U+5ACA
Nama Blok
CJK Unified Ideographs
Nama
CJK UNIFIED IDEOGRAPH-5ACA

Programming

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

Web

CSS
\005ACA
HtmlDecimal
嫊
HtmlHexadecimal
嫊
Url
%E5%AB%8A

Code

MD5
a5351729902523585daf82f6977a6112
Sha1
6dca4c49f406e02731690724b5ca35e36d9e38fb
Base64
5auK

Contoh Penggunaan

Programming Languages

C:

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

JavaScript:

const char = '\u5ACA';
console.log(char);  // Output: 嫊

Java:

char c = '\u5ACA';
System.out.println(c);  // Output: 嫊

JSON:

{"text": "\u5ACA"}  // Value: 嫊

Python:

char = '\u5ACA'
print(char)  # Output: 嫊

Perl:

my $char = "\x{5ACA}";
print $char;  # Output: 嫊

PHP:

$char = "\x{5ACA}";
echo $char;  // Output: 嫊

Ruby:

char = "\u{5ACA}"
puts char  # Output: 嫊

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#23242;</p>  <!-- Display: 嫊 -->

HTML Hexadecimal:

<p>HTML hex: &#x5ACA;</p>  <!-- Display: 嫊 -->

URL Encoding:

// 嫊 URL encoding
https://unicodefinder.com/search.php?query=%E5%AB%8A

Encodings

MD5:

a5351729902523585daf82f6977a6112

SHA1:

6dca4c49f406e02731690724b5ca35e36d9e38fb

Base64:

5auK