Unicode Finder

"匐" U+5310(CJK UNIFIED IDEOGRAPH-5310)

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

Programming

C
\u5310
JavaScript
\u5310
Java
\u5310
Json
\u5310
Python
\u5310
Perl
\x{5310}
PHP
\x{5310}
Ruby
\u{5310}
Rust
\u{5310}
Go
\u5310

Web

CSS
\005310
HtmlDecimal
匐
HtmlHexadecimal
匐
Url
%E5%8C%90

Code

MD5
a6c739ef7fec22e3a07aed6815f4ce77
Sha1
da803b2ff0e81660b171763c602bbf3a45a49433
Base64
5YyQ

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u5310';
console.log(char);  // Output: 匐

Java:

char c = '\u5310';
System.out.println(c);  // Output: 匐

JSON:

{"text": "\u5310"}  // Value: 匐

Python:

char = '\u5310'
print(char)  # Output: 匐

Perl:

my $char = "\x{5310}";
print $char;  # Output: 匐

PHP:

$char = "\x{5310}";
echo $char;  // Output: 匐

Ruby:

char = "\u{5310}"
puts char  # Output: 匐

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005310";  /* Display: 匐 */
}

HTML Decimal:

<p>HTML decimal: &#21264;</p>  <!-- Display: 匐 -->

HTML Hexadecimal:

<p>HTML hex: &#x5310;</p>  <!-- Display: 匐 -->

URL Encoding:

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

Encodings

MD5:

a6c739ef7fec22e3a07aed6815f4ce77

SHA1:

da803b2ff0e81660b171763c602bbf3a45a49433

Base64:

5YyQ