Unicode Finder

"嘚" U+561A(CJK UNIFIED IDEOGRAPH-561A)

U+561A
Nama Blok
CJK Unified Ideographs
Nama
CJK UNIFIED IDEOGRAPH-561A

Programming

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

Web

CSS
\00561A
HtmlDecimal
嘚
HtmlHexadecimal
嘚
Url
%E5%98%9A

Code

MD5
00412e9313764254e9737d6c96147de9
Sha1
58b926e8d1c1504d8515deedef207b240f3774e5
Base64
5Zia

Contoh Penggunaan

Programming Languages

C:

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

JavaScript:

const char = '\u561A';
console.log(char);  // Output: 嘚

Java:

char c = '\u561A';
System.out.println(c);  // Output: 嘚

JSON:

{"text": "\u561A"}  // Value: 嘚

Python:

char = '\u561A'
print(char)  # Output: 嘚

Perl:

my $char = "\x{561A}";
print $char;  # Output: 嘚

PHP:

$char = "\x{561A}";
echo $char;  // Output: 嘚

Ruby:

char = "\u{561A}"
puts char  # Output: 嘚

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#22042;</p>  <!-- Display: 嘚 -->

HTML Hexadecimal:

<p>HTML hex: &#x561A;</p>  <!-- Display: 嘚 -->

URL Encoding:

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

Encodings

MD5:

00412e9313764254e9737d6c96147de9

SHA1:

58b926e8d1c1504d8515deedef207b240f3774e5

Base64:

5Zia