Unicode Finder

"嘐" U+5610(CJK UNIFIED IDEOGRAPH-5610)

U+5610
Nama Blok
CJK Unified Ideographs
Nama
CJK UNIFIED IDEOGRAPH-5610

Programming

C
\u5610
JavaScript
\u5610
Java
\u5610
Json
\u5610
Python
\u5610
Perl
\x{5610}
PHP
\x{5610}
Ruby
\u{5610}
Rust
\u{5610}
Go
\u5610

Web

CSS
\005610
HtmlDecimal
嘐
HtmlHexadecimal
嘐
Url
%E5%98%90

Code

MD5
9b5ee0750c55d4c6238696eafd4ddcbb
Sha1
e343f0c72f8bf1a9fbfb4e6554dc8e1eccf3f6c5
Base64
5ZiQ

Contoh Penggunaan

Programming Languages

C:

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

JavaScript:

const char = '\u5610';
console.log(char);  // Output: 嘐

Java:

char c = '\u5610';
System.out.println(c);  // Output: 嘐

JSON:

{"text": "\u5610"}  // Value: 嘐

Python:

char = '\u5610'
print(char)  # Output: 嘐

Perl:

my $char = "\x{5610}";
print $char;  # Output: 嘐

PHP:

$char = "\x{5610}";
echo $char;  // Output: 嘐

Ruby:

char = "\u{5610}"
puts char  # Output: 嘐

Rust:

let c = '\u{5610}';
println!("{}", c);  // Output: 嘐

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005610";  /* Display: 嘐 */
}

HTML Decimal:

<p>HTML decimal: &#22032;</p>  <!-- Display: 嘐 -->

HTML Hexadecimal:

<p>HTML hex: &#x5610;</p>  <!-- Display: 嘐 -->

URL Encoding:

// 嘐 URL encoding
https://unicodefinder.com/search.php?query=%E5%98%90

Encodings

MD5:

9b5ee0750c55d4c6238696eafd4ddcbb

SHA1:

e343f0c72f8bf1a9fbfb4e6554dc8e1eccf3f6c5

Base64:

5ZiQ