Unicode Finder

"匴" U+5334(CJK UNIFIED IDEOGRAPH-5334)

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

Programming

C
\u5334
JavaScript
\u5334
Java
\u5334
Json
\u5334
Python
\u5334
Perl
\x{5334}
PHP
\x{5334}
Ruby
\u{5334}
Rust
\u{5334}
Go
\u5334

Web

CSS
\005334
HtmlDecimal
匴
HtmlHexadecimal
匴
Url
%E5%8C%B4

Code

MD5
3fd8847578e742098ab0fc93dcc64a89
Sha1
0fb95f3fbaf71a9c58bf20484399fdbc0ff06628
Base64
5Yy0

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u5334';
console.log(char);  // Output: 匴

Java:

char c = '\u5334';
System.out.println(c);  // Output: 匴

JSON:

{"text": "\u5334"}  // Value: 匴

Python:

char = '\u5334'
print(char)  # Output: 匴

Perl:

my $char = "\x{5334}";
print $char;  # Output: 匴

PHP:

$char = "\x{5334}";
echo $char;  // Output: 匴

Ruby:

char = "\u{5334}"
puts char  # Output: 匴

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005334";  /* Display: 匴 */
}

HTML Decimal:

<p>HTML decimal: &#21300;</p>  <!-- Display: 匴 -->

HTML Hexadecimal:

<p>HTML hex: &#x5334;</p>  <!-- Display: 匴 -->

URL Encoding:

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

Encodings

MD5:

3fd8847578e742098ab0fc93dcc64a89

SHA1:

0fb95f3fbaf71a9c58bf20484399fdbc0ff06628

Base64:

5Yy0