Unicode Finder

"嫬" U+5AEC(CJK UNIFIED IDEOGRAPH-5AEC)

U+5AEC
Nume Bloc
CJK Unified Ideographs
Nume
CJK UNIFIED IDEOGRAPH-5AEC

Programming

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

Web

CSS
\005AEC
HtmlDecimal
嫬
HtmlHexadecimal
嫬
Url
%E5%AB%AC

Code

MD5
47e0cd03061b11dfee8774298baac8ae
Sha1
27efe11b64887390c3fca516d11db6a7e3838a7c
Base64
5aus

Exemple de Utilizare

Programming Languages

C:

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

JavaScript:

const char = '\u5AEC';
console.log(char);  // Output: 嫬

Java:

char c = '\u5AEC';
System.out.println(c);  // Output: 嫬

JSON:

{"text": "\u5AEC"}  // Value: 嫬

Python:

char = '\u5AEC'
print(char)  # Output: 嫬

Perl:

my $char = "\x{5AEC}";
print $char;  # Output: 嫬

PHP:

$char = "\x{5AEC}";
echo $char;  // Output: 嫬

Ruby:

char = "\u{5AEC}"
puts char  # Output: 嫬

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#23276;</p>  <!-- Display: 嫬 -->

HTML Hexadecimal:

<p>HTML hex: &#x5AEC;</p>  <!-- Display: 嫬 -->

URL Encoding:

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

Encodings

MD5:

47e0cd03061b11dfee8774298baac8ae

SHA1:

27efe11b64887390c3fca516d11db6a7e3838a7c

Base64:

5aus