Unicode Finder

"嬬" U+5B2C(CJK UNIFIED IDEOGRAPH-5B2C)

U+5B2C
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-5B2C

Programming

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

Web

CSS
\005B2C
HtmlDecimal
嬬
HtmlHexadecimal
嬬
Url
%E5%AC%AC

Code

MD5
4312910634a5b13bc548847d1c164247
Sha1
57c399d3032c472c0d80eed015047292e182e6f5
Base64
5ays

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u5B2C';
console.log(char);  // Output: 嬬

Java:

char c = '\u5B2C';
System.out.println(c);  // Output: 嬬

JSON:

{"text": "\u5B2C"}  // Value: 嬬

Python:

char = '\u5B2C'
print(char)  # Output: 嬬

Perl:

my $char = "\x{5B2C}";
print $char;  # Output: 嬬

PHP:

$char = "\x{5B2C}";
echo $char;  // Output: 嬬

Ruby:

char = "\u{5B2C}"
puts char  # Output: 嬬

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#23340;</p>  <!-- Display: 嬬 -->

HTML Hexadecimal:

<p>HTML hex: &#x5B2C;</p>  <!-- Display: 嬬 -->

URL Encoding:

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

Encodings

MD5:

4312910634a5b13bc548847d1c164247

SHA1:

57c399d3032c472c0d80eed015047292e182e6f5

Base64:

5ays