Unicode Finder

"錸" U+9338(CJK UNIFIED IDEOGRAPH-9338)

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

Programming

C
\u9338
JavaScript
\u9338
Java
\u9338
Json
\u9338
Python
\u9338
Perl
\x{9338}
PHP
\x{9338}
Ruby
\u{9338}
Rust
\u{9338}
Go
\u9338

Web

CSS
\009338
HtmlDecimal
錸
HtmlHexadecimal
錸
Url
%E9%8C%B8

Code

MD5
10a93079b3bb2d889bbdd90e5858d525
Sha1
a4fbb841953b476558afc3e806b8c208dd4ed022
Base64
6Yy4

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9338';
console.log(char);  // Output: 錸

Java:

char c = '\u9338';
System.out.println(c);  // Output: 錸

JSON:

{"text": "\u9338"}  // Value: 錸

Python:

char = '\u9338'
print(char)  # Output: 錸

Perl:

my $char = "\x{9338}";
print $char;  # Output: 錸

PHP:

$char = "\x{9338}";
echo $char;  // Output: 錸

Ruby:

char = "\u{9338}"
puts char  # Output: 錸

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009338";  /* Display: 錸 */
}

HTML Decimal:

<p>HTML decimal: &#37688;</p>  <!-- Display: 錸 -->

HTML Hexadecimal:

<p>HTML hex: &#x9338;</p>  <!-- Display: 錸 -->

URL Encoding:

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

Encodings

MD5:

10a93079b3bb2d889bbdd90e5858d525

SHA1:

a4fbb841953b476558afc3e806b8c208dd4ed022

Base64:

6Yy4