Unicode Finder

"嘻" U+563B(CJK UNIFIED IDEOGRAPH-563B)

U+563B
Nama Blok
CJK Unified Ideographs
Nama
CJK UNIFIED IDEOGRAPH-563B

Programming

C
\u563B
JavaScript
\u563B
Java
\u563B
Json
\u563B
Python
\u563B
Perl
\x{563B}
PHP
\x{563B}
Ruby
\u{563B}
Rust
\u{563B}
Go
\u563B

Web

CSS
\00563B
HtmlDecimal
嘻
HtmlHexadecimal
嘻
Url
%E5%98%BB

Code

MD5
d1af8941e8a4f77286fb06f11c969b22
Sha1
8a6b2b42130d1fc90e0adf0196f56cf669f6e60b
Base64
5Zi7

Contoh Penggunaan

Programming Languages

C:

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

JavaScript:

const char = '\u563B';
console.log(char);  // Output: 嘻

Java:

char c = '\u563B';
System.out.println(c);  // Output: 嘻

JSON:

{"text": "\u563B"}  // Value: 嘻

Python:

char = '\u563B'
print(char)  # Output: 嘻

Perl:

my $char = "\x{563B}";
print $char;  # Output: 嘻

PHP:

$char = "\x{563B}";
echo $char;  // Output: 嘻

Ruby:

char = "\u{563B}"
puts char  # Output: 嘻

Rust:

let c = '\u{563B}';
println!("{}", c);  // Output: 嘻

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00563B";  /* Display: 嘻 */
}

HTML Decimal:

<p>HTML decimal: &#22075;</p>  <!-- Display: 嘻 -->

HTML Hexadecimal:

<p>HTML hex: &#x563B;</p>  <!-- Display: 嘻 -->

URL Encoding:

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

Encodings

MD5:

d1af8941e8a4f77286fb06f11c969b22

SHA1:

8a6b2b42130d1fc90e0adf0196f56cf669f6e60b

Base64:

5Zi7