Unicode Finder

"锷" U+9537(CJK UNIFIED IDEOGRAPH-9537)

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

Programming

C
\u9537
JavaScript
\u9537
Java
\u9537
Json
\u9537
Python
\u9537
Perl
\x{9537}
PHP
\x{9537}
Ruby
\u{9537}
Rust
\u{9537}
Go
\u9537

Web

CSS
\009537
HtmlDecimal
锷
HtmlHexadecimal
锷
Url
%E9%94%B7

Code

MD5
e114ccc7bac9596511e3ecf799ea930c
Sha1
7c5c430b967953e70ebc11b9729bf74f65d4c416
Base64
6ZS3

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9537';
console.log(char);  // Output: 锷

Java:

char c = '\u9537';
System.out.println(c);  // Output: 锷

JSON:

{"text": "\u9537"}  // Value: 锷

Python:

char = '\u9537'
print(char)  # Output: 锷

Perl:

my $char = "\x{9537}";
print $char;  # Output: 锷

PHP:

$char = "\x{9537}";
echo $char;  // Output: 锷

Ruby:

char = "\u{9537}"
puts char  # Output: 锷

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009537";  /* Display: 锷 */
}

HTML Decimal:

<p>HTML decimal: &#38199;</p>  <!-- Display: 锷 -->

HTML Hexadecimal:

<p>HTML hex: &#x9537;</p>  <!-- Display: 锷 -->

URL Encoding:

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

Encodings

MD5:

e114ccc7bac9596511e3ecf799ea930c

SHA1:

7c5c430b967953e70ebc11b9729bf74f65d4c416

Base64:

6ZS3