Unicode Finder

"嚻" U+56BB(CJK UNIFIED IDEOGRAPH-56BB)

U+56BB
Nama Blok
CJK Unified Ideographs
Nama
CJK UNIFIED IDEOGRAPH-56BB

Programming

C
\u56BB
JavaScript
\u56BB
Java
\u56BB
Json
\u56BB
Python
\u56BB
Perl
\x{56BB}
PHP
\x{56BB}
Ruby
\u{56BB}
Rust
\u{56BB}
Go
\u56BB

Web

CSS
\0056BB
HtmlDecimal
嚻
HtmlHexadecimal
嚻
Url
%E5%9A%BB

Code

MD5
3c9fcd6b201d0e8de71ae05de9c01c71
Sha1
6b9a50070ad2049da003f40fe464dac48594cb92
Base64
5Zq7

Contoh Penggunaan

Programming Languages

C:

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

JavaScript:

const char = '\u56BB';
console.log(char);  // Output: 嚻

Java:

char c = '\u56BB';
System.out.println(c);  // Output: 嚻

JSON:

{"text": "\u56BB"}  // Value: 嚻

Python:

char = '\u56BB'
print(char)  # Output: 嚻

Perl:

my $char = "\x{56BB}";
print $char;  # Output: 嚻

PHP:

$char = "\x{56BB}";
echo $char;  // Output: 嚻

Ruby:

char = "\u{56BB}"
puts char  # Output: 嚻

Rust:

let c = '\u{56BB}';
println!("{}", c);  // Output: 嚻

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0056BB";  /* Display: 嚻 */
}

HTML Decimal:

<p>HTML decimal: &#22203;</p>  <!-- Display: 嚻 -->

HTML Hexadecimal:

<p>HTML hex: &#x56BB;</p>  <!-- Display: 嚻 -->

URL Encoding:

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

Encodings

MD5:

3c9fcd6b201d0e8de71ae05de9c01c71

SHA1:

6b9a50070ad2049da003f40fe464dac48594cb92

Base64:

5Zq7