Unicode Finder

"嬻" U+5B3B(CJK UNIFIED IDEOGRAPH-5B3B)

U+5B3B
Nama Blok
CJK Unified Ideographs
Nama
CJK UNIFIED IDEOGRAPH-5B3B

Programming

C
\u5B3B
JavaScript
\u5B3B
Java
\u5B3B
Json
\u5B3B
Python
\u5B3B
Perl
\x{5B3B}
PHP
\x{5B3B}
Ruby
\u{5B3B}
Rust
\u{5B3B}
Go
\u5B3B

Web

CSS
\005B3B
HtmlDecimal
嬻
HtmlHexadecimal
嬻
Url
%E5%AC%BB

Code

MD5
5f7b1461f3347cb679be372e0b287898
Sha1
f0d886aa1f10daac1d18da3a79d30988932dc9a2
Base64
5ay7

Contoh Penggunaan

Programming Languages

C:

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

JavaScript:

const char = '\u5B3B';
console.log(char);  // Output: 嬻

Java:

char c = '\u5B3B';
System.out.println(c);  // Output: 嬻

JSON:

{"text": "\u5B3B"}  // Value: 嬻

Python:

char = '\u5B3B'
print(char)  # Output: 嬻

Perl:

my $char = "\x{5B3B}";
print $char;  # Output: 嬻

PHP:

$char = "\x{5B3B}";
echo $char;  // Output: 嬻

Ruby:

char = "\u{5B3B}"
puts char  # Output: 嬻

Rust:

let c = '\u{5B3B}';
println!("{}", c);  // Output: 嬻

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005B3B";  /* Display: 嬻 */
}

HTML Decimal:

<p>HTML decimal: &#23355;</p>  <!-- Display: 嬻 -->

HTML Hexadecimal:

<p>HTML hex: &#x5B3B;</p>  <!-- Display: 嬻 -->

URL Encoding:

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

Encodings

MD5:

5f7b1461f3347cb679be372e0b287898

SHA1:

f0d886aa1f10daac1d18da3a79d30988932dc9a2

Base64:

5ay7