Unicode Finder

"鴶" U+9D36(CJK UNIFIED IDEOGRAPH-9D36)

U+9D36
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-9D36

Programming

C
\u9D36
JavaScript
\u9D36
Java
\u9D36
Json
\u9D36
Python
\u9D36
Perl
\x{9D36}
PHP
\x{9D36}
Ruby
\u{9D36}
Rust
\u{9D36}
Go
\u9D36

Web

CSS
\009D36
HtmlDecimal
鴶
HtmlHexadecimal
鴶
Url
%E9%B4%B6

Code

MD5
fc1294a1548938f27f5c8826df0d88c9
Sha1
a3a05bc83044d655b01c8c5d7ef2726e3636c11c
Base64
6bS2

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u9D36';
console.log(char);  // Output: 鴶

Java:

char c = '\u9D36';
System.out.println(c);  // Output: 鴶

JSON:

{"text": "\u9D36"}  // Value: 鴶

Python:

char = '\u9D36'
print(char)  # Output: 鴶

Perl:

my $char = "\x{9D36}";
print $char;  # Output: 鴶

PHP:

$char = "\x{9D36}";
echo $char;  // Output: 鴶

Ruby:

char = "\u{9D36}"
puts char  # Output: 鴶

Rust:

let c = '\u{9D36}';
println!("{}", c);  // Output: 鴶

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009D36";  /* Display: 鴶 */
}

HTML Decimal:

<p>HTML decimal: &#40246;</p>  <!-- Display: 鴶 -->

HTML Hexadecimal:

<p>HTML hex: &#x9D36;</p>  <!-- Display: 鴶 -->

URL Encoding:

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

Encodings

MD5:

fc1294a1548938f27f5c8826df0d88c9

SHA1:

a3a05bc83044d655b01c8c5d7ef2726e3636c11c

Base64:

6bS2