Unicode Finder

"嚺" U+56BA(CJK UNIFIED IDEOGRAPH-56BA)

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

Programming

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

Web

CSS
\0056BA
HtmlDecimal
嚺
HtmlHexadecimal
嚺
Url
%E5%9A%BA

Code

MD5
330f4a0c69207299016bae5d3f2db514
Sha1
7b1a73994ccf912ee6e6b18733eb7e3e20e40f1d
Base64
5Zq6

Contoh Penggunaan

Programming Languages

C:

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

JavaScript:

const char = '\u56BA';
console.log(char);  // Output: 嚺

Java:

char c = '\u56BA';
System.out.println(c);  // Output: 嚺

JSON:

{"text": "\u56BA"}  // Value: 嚺

Python:

char = '\u56BA'
print(char)  # Output: 嚺

Perl:

my $char = "\x{56BA}";
print $char;  # Output: 嚺

PHP:

$char = "\x{56BA}";
echo $char;  // Output: 嚺

Ruby:

char = "\u{56BA}"
puts char  # Output: 嚺

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#22202;</p>  <!-- Display: 嚺 -->

HTML Hexadecimal:

<p>HTML hex: &#x56BA;</p>  <!-- Display: 嚺 -->

URL Encoding:

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

Encodings

MD5:

330f4a0c69207299016bae5d3f2db514

SHA1:

7b1a73994ccf912ee6e6b18733eb7e3e20e40f1d

Base64:

5Zq6