Unicode Finder

"嫌" U+5ACC(CJK UNIFIED IDEOGRAPH-5ACC)

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

Programming

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

Web

CSS
\005ACC
HtmlDecimal
嫌
HtmlHexadecimal
嫌
Url
%E5%AB%8C

Code

MD5
f6d976f0939acff568891775e00fe31d
Sha1
7b59b16db1db258c2c0b8d55229d7a2a7aad8f34
Base64
5auM

Exemple de Utilizare

Programming Languages

C:

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

JavaScript:

const char = '\u5ACC';
console.log(char);  // Output: 嫌

Java:

char c = '\u5ACC';
System.out.println(c);  // Output: 嫌

JSON:

{"text": "\u5ACC"}  // Value: 嫌

Python:

char = '\u5ACC'
print(char)  # Output: 嫌

Perl:

my $char = "\x{5ACC}";
print $char;  # Output: 嫌

PHP:

$char = "\x{5ACC}";
echo $char;  // Output: 嫌

Ruby:

char = "\u{5ACC}"
puts char  # Output: 嫌

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#23244;</p>  <!-- Display: 嫌 -->

HTML Hexadecimal:

<p>HTML hex: &#x5ACC;</p>  <!-- Display: 嫌 -->

URL Encoding:

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

Encodings

MD5:

f6d976f0939acff568891775e00fe31d

SHA1:

7b59b16db1db258c2c0b8d55229d7a2a7aad8f34

Base64:

5auM