Unicode Finder

"鐵" U+9435(CJK UNIFIED IDEOGRAPH-9435)

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

Programming

C
\u9435
JavaScript
\u9435
Java
\u9435
Json
\u9435
Python
\u9435
Perl
\x{9435}
PHP
\x{9435}
Ruby
\u{9435}
Rust
\u{9435}
Go
\u9435

Web

CSS
\009435
HtmlDecimal
鐵
HtmlHexadecimal
鐵
Url
%E9%90%B5

Code

MD5
9752e27132fd3d790c25bd4bafc9e296
Sha1
d98970fe044db8c403eff12f0d6c63ac2ff8bae3
Base64
6ZC1

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9435';
console.log(char);  // Output: 鐵

Java:

char c = '\u9435';
System.out.println(c);  // Output: 鐵

JSON:

{"text": "\u9435"}  // Value: 鐵

Python:

char = '\u9435'
print(char)  # Output: 鐵

Perl:

my $char = "\x{9435}";
print $char;  # Output: 鐵

PHP:

$char = "\x{9435}";
echo $char;  // Output: 鐵

Ruby:

char = "\u{9435}"
puts char  # Output: 鐵

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009435";  /* Display: 鐵 */
}

HTML Decimal:

<p>HTML decimal: &#37941;</p>  <!-- Display: 鐵 -->

HTML Hexadecimal:

<p>HTML hex: &#x9435;</p>  <!-- Display: 鐵 -->

URL Encoding:

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

Encodings

MD5:

9752e27132fd3d790c25bd4bafc9e296

SHA1:

d98970fe044db8c403eff12f0d6c63ac2ff8bae3

Base64:

6ZC1