Unicode Finder

"匜" U+531C(CJK UNIFIED IDEOGRAPH-531C)

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

Programming

C
\u531C
JavaScript
\u531C
Java
\u531C
Json
\u531C
Python
\u531C
Perl
\x{531C}
PHP
\x{531C}
Ruby
\u{531C}
Rust
\u{531C}
Go
\u531C

Web

CSS
\00531C
HtmlDecimal
匜
HtmlHexadecimal
匜
Url
%E5%8C%9C

Code

MD5
abf7ce88aaaa8917506f6237e9423485
Sha1
8d6f86606f3e60e8169fc7d17e098b6dd573a170
Base64
5Yyc

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u531C';
console.log(char);  // Output: 匜

Java:

char c = '\u531C';
System.out.println(c);  // Output: 匜

JSON:

{"text": "\u531C"}  // Value: 匜

Python:

char = '\u531C'
print(char)  # Output: 匜

Perl:

my $char = "\x{531C}";
print $char;  # Output: 匜

PHP:

$char = "\x{531C}";
echo $char;  // Output: 匜

Ruby:

char = "\u{531C}"
puts char  # Output: 匜

Rust:

let c = '\u{531C}';
println!("{}", c);  // Output: 匜

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00531C";  /* Display: 匜 */
}

HTML Decimal:

<p>HTML decimal: &#21276;</p>  <!-- Display: 匜 -->

HTML Hexadecimal:

<p>HTML hex: &#x531C;</p>  <!-- Display: 匜 -->

URL Encoding:

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

Encodings

MD5:

abf7ce88aaaa8917506f6237e9423485

SHA1:

8d6f86606f3e60e8169fc7d17e098b6dd573a170

Base64:

5Yyc