Unicode Finder

"匍" U+530D(CJK UNIFIED IDEOGRAPH-530D)

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

Programming

C
\u530D
JavaScript
\u530D
Java
\u530D
Json
\u530D
Python
\u530D
Perl
\x{530D}
PHP
\x{530D}
Ruby
\u{530D}
Rust
\u{530D}
Go
\u530D

Web

CSS
\00530D
HtmlDecimal
匍
HtmlHexadecimal
匍
Url
%E5%8C%8D

Code

MD5
507aca7ea96dc0d30d7ee0d9a4a3384c
Sha1
07967c3debe49b2fbef9b958ec4526921959d6bc
Base64
5YyN

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u530D';
console.log(char);  // Output: 匍

Java:

char c = '\u530D';
System.out.println(c);  // Output: 匍

JSON:

{"text": "\u530D"}  // Value: 匍

Python:

char = '\u530D'
print(char)  # Output: 匍

Perl:

my $char = "\x{530D}";
print $char;  # Output: 匍

PHP:

$char = "\x{530D}";
echo $char;  // Output: 匍

Ruby:

char = "\u{530D}"
puts char  # Output: 匍

Rust:

let c = '\u{530D}';
println!("{}", c);  // Output: 匍

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00530D";  /* Display: 匍 */
}

HTML Decimal:

<p>HTML decimal: &#21261;</p>  <!-- Display: 匍 -->

HTML Hexadecimal:

<p>HTML hex: &#x530D;</p>  <!-- Display: 匍 -->

URL Encoding:

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

Encodings

MD5:

507aca7ea96dc0d30d7ee0d9a4a3384c

SHA1:

07967c3debe49b2fbef9b958ec4526921959d6bc

Base64:

5YyN