Unicode Finder

"鐷" U+9437(CJK UNIFIED IDEOGRAPH-9437)

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

Programming

C
\u9437
JavaScript
\u9437
Java
\u9437
Json
\u9437
Python
\u9437
Perl
\x{9437}
PHP
\x{9437}
Ruby
\u{9437}
Rust
\u{9437}
Go
\u9437

Web

CSS
\009437
HtmlDecimal
鐷
HtmlHexadecimal
鐷
Url
%E9%90%B7

Code

MD5
17201402dceb434578b257d697dea7cc
Sha1
17055cb2472c21c6fd6cba59bbab554f0692cad9
Base64
6ZC3

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9437';
console.log(char);  // Output: 鐷

Java:

char c = '\u9437';
System.out.println(c);  // Output: 鐷

JSON:

{"text": "\u9437"}  // Value: 鐷

Python:

char = '\u9437'
print(char)  # Output: 鐷

Perl:

my $char = "\x{9437}";
print $char;  # Output: 鐷

PHP:

$char = "\x{9437}";
echo $char;  // Output: 鐷

Ruby:

char = "\u{9437}"
puts char  # Output: 鐷

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009437";  /* Display: 鐷 */
}

HTML Decimal:

<p>HTML decimal: &#37943;</p>  <!-- Display: 鐷 -->

HTML Hexadecimal:

<p>HTML hex: &#x9437;</p>  <!-- Display: 鐷 -->

URL Encoding:

// 鐷 URL encoding
https://unicodefinder.com/search.php?query=%E9%90%B7

Encodings

MD5:

17201402dceb434578b257d697dea7cc

SHA1:

17055cb2472c21c6fd6cba59bbab554f0692cad9

Base64:

6ZC3