Unicode Finder

"鐶" U+9436(CJK UNIFIED IDEOGRAPH-9436)

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

Programming

C
\u9436
JavaScript
\u9436
Java
\u9436
Json
\u9436
Python
\u9436
Perl
\x{9436}
PHP
\x{9436}
Ruby
\u{9436}
Rust
\u{9436}
Go
\u9436

Web

CSS
\009436
HtmlDecimal
鐶
HtmlHexadecimal
鐶
Url
%E9%90%B6

Code

MD5
2aefa31cc0aa0304e0774e374263f295
Sha1
f49690612802de1386fb6a1c230ddbb4bc270da3
Base64
6ZC2

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9436';
console.log(char);  // Output: 鐶

Java:

char c = '\u9436';
System.out.println(c);  // Output: 鐶

JSON:

{"text": "\u9436"}  // Value: 鐶

Python:

char = '\u9436'
print(char)  # Output: 鐶

Perl:

my $char = "\x{9436}";
print $char;  # Output: 鐶

PHP:

$char = "\x{9436}";
echo $char;  // Output: 鐶

Ruby:

char = "\u{9436}"
puts char  # Output: 鐶

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009436";  /* Display: 鐶 */
}

HTML Decimal:

<p>HTML decimal: &#37942;</p>  <!-- Display: 鐶 -->

HTML Hexadecimal:

<p>HTML hex: &#x9436;</p>  <!-- Display: 鐶 -->

URL Encoding:

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

Encodings

MD5:

2aefa31cc0aa0304e0774e374263f295

SHA1:

f49690612802de1386fb6a1c230ddbb4bc270da3

Base64:

6ZC2