Unicode Finder

"锵" U+9535(CJK UNIFIED IDEOGRAPH-9535)

U+9535
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-9535

Programming

C
\u9535
JavaScript
\u9535
Java
\u9535
Json
\u9535
Python
\u9535
Perl
\x{9535}
PHP
\x{9535}
Ruby
\u{9535}
Rust
\u{9535}
Go
\u9535

Web

CSS
\009535
HtmlDecimal
锵
HtmlHexadecimal
锵
Url
%E9%94%B5

Code

MD5
f17e53df7ee182837714d18f1fb48607
Sha1
cb9a6a0b363d99f2d7f96c9fbe32660cb97e937d
Base64
6ZS1

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u9535';
console.log(char);  // Output: 锵

Java:

char c = '\u9535';
System.out.println(c);  // Output: 锵

JSON:

{"text": "\u9535"}  // Value: 锵

Python:

char = '\u9535'
print(char)  # Output: 锵

Perl:

my $char = "\x{9535}";
print $char;  # Output: 锵

PHP:

$char = "\x{9535}";
echo $char;  // Output: 锵

Ruby:

char = "\u{9535}"
puts char  # Output: 锵

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009535";  /* Display: 锵 */
}

HTML Decimal:

<p>HTML decimal: &#38197;</p>  <!-- Display: 锵 -->

HTML Hexadecimal:

<p>HTML hex: &#x9535;</p>  <!-- Display: 锵 -->

URL Encoding:

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

Encodings

MD5:

f17e53df7ee182837714d18f1fb48607

SHA1:

cb9a6a0b363d99f2d7f96c9fbe32660cb97e937d

Base64:

6ZS1