Unicode Finder

"锴" U+9534(CJK UNIFIED IDEOGRAPH-9534)

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

Programming

C
\u9534
JavaScript
\u9534
Java
\u9534
Json
\u9534
Python
\u9534
Perl
\x{9534}
PHP
\x{9534}
Ruby
\u{9534}
Rust
\u{9534}
Go
\u9534

Web

CSS
\009534
HtmlDecimal
锴
HtmlHexadecimal
锴
Url
%E9%94%B4

Code

MD5
6384a28faa7ee3cde1bdae54c8e9798b
Sha1
007cbf7db34b77073f5fff44de8dc3f8b16d604e
Base64
6ZS0

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9534';
console.log(char);  // Output: 锴

Java:

char c = '\u9534';
System.out.println(c);  // Output: 锴

JSON:

{"text": "\u9534"}  // Value: 锴

Python:

char = '\u9534'
print(char)  # Output: 锴

Perl:

my $char = "\x{9534}";
print $char;  # Output: 锴

PHP:

$char = "\x{9534}";
echo $char;  // Output: 锴

Ruby:

char = "\u{9534}"
puts char  # Output: 锴

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009534";  /* Display: 锴 */
}

HTML Decimal:

<p>HTML decimal: &#38196;</p>  <!-- Display: 锴 -->

HTML Hexadecimal:

<p>HTML hex: &#x9534;</p>  <!-- Display: 锴 -->

URL Encoding:

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

Encodings

MD5:

6384a28faa7ee3cde1bdae54c8e9798b

SHA1:

007cbf7db34b77073f5fff44de8dc3f8b16d604e

Base64:

6ZS0