Unicode Finder

"鐴" U+9434(CJK UNIFIED IDEOGRAPH-9434)

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

Programming

C
\u9434
JavaScript
\u9434
Java
\u9434
Json
\u9434
Python
\u9434
Perl
\x{9434}
PHP
\x{9434}
Ruby
\u{9434}
Rust
\u{9434}
Go
\u9434

Web

CSS
\009434
HtmlDecimal
鐴
HtmlHexadecimal
鐴
Url
%E9%90%B4

Code

MD5
2eae4cea0cb6f5566c74306d9586785a
Sha1
0817cd5a4212fbf852041bfc53142f19230f43fd
Base64
6ZC0

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9434';
console.log(char);  // Output: 鐴

Java:

char c = '\u9434';
System.out.println(c);  // Output: 鐴

JSON:

{"text": "\u9434"}  // Value: 鐴

Python:

char = '\u9434'
print(char)  # Output: 鐴

Perl:

my $char = "\x{9434}";
print $char;  # Output: 鐴

PHP:

$char = "\x{9434}";
echo $char;  // Output: 鐴

Ruby:

char = "\u{9434}"
puts char  # Output: 鐴

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009434";  /* Display: 鐴 */
}

HTML Decimal:

<p>HTML decimal: &#37940;</p>  <!-- Display: 鐴 -->

HTML Hexadecimal:

<p>HTML hex: &#x9434;</p>  <!-- Display: 鐴 -->

URL Encoding:

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

Encodings

MD5:

2eae4cea0cb6f5566c74306d9586785a

SHA1:

0817cd5a4212fbf852041bfc53142f19230f43fd

Base64:

6ZC0