Unicode Finder

"嘜" U+561C(CJK UNIFIED IDEOGRAPH-561C)

U+561C
Nume Bloc
CJK Unified Ideographs
Nume
CJK UNIFIED IDEOGRAPH-561C

Programming

C
\u561C
JavaScript
\u561C
Java
\u561C
Json
\u561C
Python
\u561C
Perl
\x{561C}
PHP
\x{561C}
Ruby
\u{561C}
Rust
\u{561C}
Go
\u561C

Web

CSS
\00561C
HtmlDecimal
嘜
HtmlHexadecimal
嘜
Url
%E5%98%9C

Code

MD5
d77202ebaeb02d6712ae0640c2906b39
Sha1
29ba354a483588ffce053340c729fcf01f9ebe26
Base64
5Zic

Exemple de Utilizare

Programming Languages

C:

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

JavaScript:

const char = '\u561C';
console.log(char);  // Output: 嘜

Java:

char c = '\u561C';
System.out.println(c);  // Output: 嘜

JSON:

{"text": "\u561C"}  // Value: 嘜

Python:

char = '\u561C'
print(char)  # Output: 嘜

Perl:

my $char = "\x{561C}";
print $char;  # Output: 嘜

PHP:

$char = "\x{561C}";
echo $char;  // Output: 嘜

Ruby:

char = "\u{561C}"
puts char  # Output: 嘜

Rust:

let c = '\u{561C}';
println!("{}", c);  // Output: 嘜

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00561C";  /* Display: 嘜 */
}

HTML Decimal:

<p>HTML decimal: &#22044;</p>  <!-- Display: 嘜 -->

HTML Hexadecimal:

<p>HTML hex: &#x561C;</p>  <!-- Display: 嘜 -->

URL Encoding:

// 嘜 URL encoding
https://unicodefinder.com/search.php?query=%E5%98%9C

Encodings

MD5:

d77202ebaeb02d6712ae0640c2906b39

SHA1:

29ba354a483588ffce053340c729fcf01f9ebe26

Base64:

5Zic