Unicode Finder

"錷" U+9337(CJK UNIFIED IDEOGRAPH-9337)

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

Programming

C
\u9337
JavaScript
\u9337
Java
\u9337
Json
\u9337
Python
\u9337
Perl
\x{9337}
PHP
\x{9337}
Ruby
\u{9337}
Rust
\u{9337}
Go
\u9337

Web

CSS
\009337
HtmlDecimal
錷
HtmlHexadecimal
錷
Url
%E9%8C%B7

Code

MD5
f3a965bdb0b61679afed224e21a243ce
Sha1
ce6d6c38fa8e7012ff94b82cbbc534d3a620fce4
Base64
6Yy3

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9337';
console.log(char);  // Output: 錷

Java:

char c = '\u9337';
System.out.println(c);  // Output: 錷

JSON:

{"text": "\u9337"}  // Value: 錷

Python:

char = '\u9337'
print(char)  # Output: 錷

Perl:

my $char = "\x{9337}";
print $char;  # Output: 錷

PHP:

$char = "\x{9337}";
echo $char;  // Output: 錷

Ruby:

char = "\u{9337}"
puts char  # Output: 錷

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009337";  /* Display: 錷 */
}

HTML Decimal:

<p>HTML decimal: &#37687;</p>  <!-- Display: 錷 -->

HTML Hexadecimal:

<p>HTML hex: &#x9337;</p>  <!-- Display: 錷 -->

URL Encoding:

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

Encodings

MD5:

f3a965bdb0b61679afed224e21a243ce

SHA1:

ce6d6c38fa8e7012ff94b82cbbc534d3a620fce4

Base64:

6Yy3