Unicode Finder

"錹" U+9339(CJK UNIFIED IDEOGRAPH-9339)

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

Programming

C
\u9339
JavaScript
\u9339
Java
\u9339
Json
\u9339
Python
\u9339
Perl
\x{9339}
PHP
\x{9339}
Ruby
\u{9339}
Rust
\u{9339}
Go
\u9339

Web

CSS
\009339
HtmlDecimal
錹
HtmlHexadecimal
錹
Url
%E9%8C%B9

Code

MD5
9c59ea4218093e13e427fe23199ba94e
Sha1
256d3555f094c7f59e780267059b564fa298c647
Base64
6Yy5

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9339';
console.log(char);  // Output: 錹

Java:

char c = '\u9339';
System.out.println(c);  // Output: 錹

JSON:

{"text": "\u9339"}  // Value: 錹

Python:

char = '\u9339'
print(char)  # Output: 錹

Perl:

my $char = "\x{9339}";
print $char;  # Output: 錹

PHP:

$char = "\x{9339}";
echo $char;  // Output: 錹

Ruby:

char = "\u{9339}"
puts char  # Output: 錹

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009339";  /* Display: 錹 */
}

HTML Decimal:

<p>HTML decimal: &#37689;</p>  <!-- Display: 錹 -->

HTML Hexadecimal:

<p>HTML hex: &#x9339;</p>  <!-- Display: 錹 -->

URL Encoding:

// 錹 URL encoding
https://unicodefinder.com/search.php?query=%E9%8C%B9

Encodings

MD5:

9c59ea4218093e13e427fe23199ba94e

SHA1:

256d3555f094c7f59e780267059b564fa298c647

Base64:

6Yy5