Unicode Finder

"锹" U+9539(CJK UNIFIED IDEOGRAPH-9539)

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

Programming

C
\u9539
JavaScript
\u9539
Java
\u9539
Json
\u9539
Python
\u9539
Perl
\x{9539}
PHP
\x{9539}
Ruby
\u{9539}
Rust
\u{9539}
Go
\u9539

Web

CSS
\009539
HtmlDecimal
锹
HtmlHexadecimal
锹
Url
%E9%94%B9

Code

MD5
c604aba58e650abb52e0361b4e240dfe
Sha1
66296cf1084022c4b4b4d3b137e2dedde26894cb
Base64
6ZS5

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9539';
console.log(char);  // Output: 锹

Java:

char c = '\u9539';
System.out.println(c);  // Output: 锹

JSON:

{"text": "\u9539"}  // Value: 锹

Python:

char = '\u9539'
print(char)  # Output: 锹

Perl:

my $char = "\x{9539}";
print $char;  # Output: 锹

PHP:

$char = "\x{9539}";
echo $char;  // Output: 锹

Ruby:

char = "\u{9539}"
puts char  # Output: 锹

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009539";  /* Display: 锹 */
}

HTML Decimal:

<p>HTML decimal: &#38201;</p>  <!-- Display: 锹 -->

HTML Hexadecimal:

<p>HTML hex: &#x9539;</p>  <!-- Display: 锹 -->

URL Encoding:

// 锹 URL encoding
https://unicodefinder.com/search.php?query=%E9%94%B9

Encodings

MD5:

c604aba58e650abb52e0361b4e240dfe

SHA1:

66296cf1084022c4b4b4d3b137e2dedde26894cb

Base64:

6ZS5