Unicode Finder

"匷" U+5337(CJK UNIFIED IDEOGRAPH-5337)

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

Programming

C
\u5337
JavaScript
\u5337
Java
\u5337
Json
\u5337
Python
\u5337
Perl
\x{5337}
PHP
\x{5337}
Ruby
\u{5337}
Rust
\u{5337}
Go
\u5337

Web

CSS
\005337
HtmlDecimal
匷
HtmlHexadecimal
匷
Url
%E5%8C%B7

Code

MD5
29f93ca7e2d6d4e6c7be5ec8feba7755
Sha1
fe0a9ab468469edf5c3d2cfb78014726fd2302a1
Base64
5Yy3

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u5337';
console.log(char);  // Output: 匷

Java:

char c = '\u5337';
System.out.println(c);  // Output: 匷

JSON:

{"text": "\u5337"}  // Value: 匷

Python:

char = '\u5337'
print(char)  # Output: 匷

Perl:

my $char = "\x{5337}";
print $char;  # Output: 匷

PHP:

$char = "\x{5337}";
echo $char;  // Output: 匷

Ruby:

char = "\u{5337}"
puts char  # Output: 匷

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005337";  /* Display: 匷 */
}

HTML Decimal:

<p>HTML decimal: &#21303;</p>  <!-- Display: 匷 -->

HTML Hexadecimal:

<p>HTML hex: &#x5337;</p>  <!-- Display: 匷 -->

URL Encoding:

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

Encodings

MD5:

29f93ca7e2d6d4e6c7be5ec8feba7755

SHA1:

fe0a9ab468469edf5c3d2cfb78014726fd2302a1

Base64:

5Yy3