Unicode Finder

"锸" U+9538(CJK UNIFIED IDEOGRAPH-9538)

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

Programming

C
\u9538
JavaScript
\u9538
Java
\u9538
Json
\u9538
Python
\u9538
Perl
\x{9538}
PHP
\x{9538}
Ruby
\u{9538}
Rust
\u{9538}
Go
\u9538

Web

CSS
\009538
HtmlDecimal
锸
HtmlHexadecimal
锸
Url
%E9%94%B8

Code

MD5
cfe1f551cd94eeb43837abe27d2e3f91
Sha1
2f562ce8862fdf328c1f4039d3afe1f987da8ca3
Base64
6ZS4

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9538';
console.log(char);  // Output: 锸

Java:

char c = '\u9538';
System.out.println(c);  // Output: 锸

JSON:

{"text": "\u9538"}  // Value: 锸

Python:

char = '\u9538'
print(char)  # Output: 锸

Perl:

my $char = "\x{9538}";
print $char;  # Output: 锸

PHP:

$char = "\x{9538}";
echo $char;  // Output: 锸

Ruby:

char = "\u{9538}"
puts char  # Output: 锸

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009538";  /* Display: 锸 */
}

HTML Decimal:

<p>HTML decimal: &#38200;</p>  <!-- Display: 锸 -->

HTML Hexadecimal:

<p>HTML hex: &#x9538;</p>  <!-- Display: 锸 -->

URL Encoding:

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

Encodings

MD5:

cfe1f551cd94eeb43837abe27d2e3f91

SHA1:

2f562ce8862fdf328c1f4039d3afe1f987da8ca3

Base64:

6ZS4