Unicode Finder

"匑" U+5311(CJK UNIFIED IDEOGRAPH-5311)

U+5311
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-5311

Programming

C
\u5311
JavaScript
\u5311
Java
\u5311
Json
\u5311
Python
\u5311
Perl
\x{5311}
PHP
\x{5311}
Ruby
\u{5311}
Rust
\u{5311}
Go
\u5311

Web

CSS
\005311
HtmlDecimal
匑
HtmlHexadecimal
匑
Url
%E5%8C%91

Code

MD5
01ea0c8b27497fe9744f5c579bd105fe
Sha1
8e26866bb41ca9ff1bcc7d5e430a29522f1404e6
Base64
5YyR

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u5311';
console.log(char);  // Output: 匑

Java:

char c = '\u5311';
System.out.println(c);  // Output: 匑

JSON:

{"text": "\u5311"}  // Value: 匑

Python:

char = '\u5311'
print(char)  # Output: 匑

Perl:

my $char = "\x{5311}";
print $char;  # Output: 匑

PHP:

$char = "\x{5311}";
echo $char;  // Output: 匑

Ruby:

char = "\u{5311}"
puts char  # Output: 匑

Rust:

let c = '\u{5311}';
println!("{}", c);  // Output: 匑

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005311";  /* Display: 匑 */
}

HTML Decimal:

<p>HTML decimal: &#21265;</p>  <!-- Display: 匑 -->

HTML Hexadecimal:

<p>HTML hex: &#x5311;</p>  <!-- Display: 匑 -->

URL Encoding:

// 匑 URL encoding
https://unicodefinder.com/search.php?query=%E5%8C%91

Encodings

MD5:

01ea0c8b27497fe9744f5c579bd105fe

SHA1:

8e26866bb41ca9ff1bcc7d5e430a29522f1404e6

Base64:

5YyR

© 2025 Unicode Finder

匑 U+5311 CJK UNIFIED IDEOGRAPH-5311 Unicode 字符 - Unicode Finder

Contact: d2@fanqiang.me