Unicode Finder

"匸" U+5338(CJK UNIFIED IDEOGRAPH-5338)

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

Programming

C
\u5338
JavaScript
\u5338
Java
\u5338
Json
\u5338
Python
\u5338
Perl
\x{5338}
PHP
\x{5338}
Ruby
\u{5338}
Rust
\u{5338}
Go
\u5338

Web

CSS
\005338
HtmlDecimal
匸
HtmlHexadecimal
匸
Url
%E5%8C%B8

Code

MD5
b13936bd17f00a5862397cfac307bc88
Sha1
e983bd9e66bd48f9117777410b74886424db25c3
Base64
5Yy4

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u5338';
console.log(char);  // Output: 匸

Java:

char c = '\u5338';
System.out.println(c);  // Output: 匸

JSON:

{"text": "\u5338"}  // Value: 匸

Python:

char = '\u5338'
print(char)  # Output: 匸

Perl:

my $char = "\x{5338}";
print $char;  # Output: 匸

PHP:

$char = "\x{5338}";
echo $char;  // Output: 匸

Ruby:

char = "\u{5338}"
puts char  # Output: 匸

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005338";  /* Display: 匸 */
}

HTML Decimal:

<p>HTML decimal: &#21304;</p>  <!-- Display: 匸 -->

HTML Hexadecimal:

<p>HTML hex: &#x5338;</p>  <!-- Display: 匸 -->

URL Encoding:

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

Encodings

MD5:

b13936bd17f00a5862397cfac307bc88

SHA1:

e983bd9e66bd48f9117777410b74886424db25c3

Base64:

5Yy4