Unicode Finder

"匶" U+5336(CJK UNIFIED IDEOGRAPH-5336)

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

Programming

C
\u5336
JavaScript
\u5336
Java
\u5336
Json
\u5336
Python
\u5336
Perl
\x{5336}
PHP
\x{5336}
Ruby
\u{5336}
Rust
\u{5336}
Go
\u5336

Web

CSS
\005336
HtmlDecimal
匶
HtmlHexadecimal
匶
Url
%E5%8C%B6

Code

MD5
d0f365eeb46fe9cc82a4ef9d9f917a3f
Sha1
e7f5cff9c3bc0c8db4ee4e97d71f6ea57e957087
Base64
5Yy2

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u5336';
console.log(char);  // Output: 匶

Java:

char c = '\u5336';
System.out.println(c);  // Output: 匶

JSON:

{"text": "\u5336"}  // Value: 匶

Python:

char = '\u5336'
print(char)  # Output: 匶

Perl:

my $char = "\x{5336}";
print $char;  # Output: 匶

PHP:

$char = "\x{5336}";
echo $char;  // Output: 匶

Ruby:

char = "\u{5336}"
puts char  # Output: 匶

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005336";  /* Display: 匶 */
}

HTML Decimal:

<p>HTML decimal: &#21302;</p>  <!-- Display: 匶 -->

HTML Hexadecimal:

<p>HTML hex: &#x5336;</p>  <!-- Display: 匶 -->

URL Encoding:

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

Encodings

MD5:

d0f365eeb46fe9cc82a4ef9d9f917a3f

SHA1:

e7f5cff9c3bc0c8db4ee4e97d71f6ea57e957087

Base64:

5Yy2