Unicode Finder

"鳵" U+9CF5(CJK UNIFIED IDEOGRAPH-9CF5)

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

Programming

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

Web

CSS
\009CF5
HtmlDecimal
鳵
HtmlHexadecimal
鳵
Url
%E9%B3%B5

Code

MD5
cddc81a0f1d1d4cd60630819ed76829a
Sha1
8d2aa7c6d691d5e05a5671bd7e557b31262d5818
Base64
6bO1

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u9CF5';
console.log(char);  // Output: 鳵

Java:

char c = '\u9CF5';
System.out.println(c);  // Output: 鳵

JSON:

{"text": "\u9CF5"}  // Value: 鳵

Python:

char = '\u9CF5'
print(char)  # Output: 鳵

Perl:

my $char = "\x{9CF5}";
print $char;  # Output: 鳵

PHP:

$char = "\x{9CF5}";
echo $char;  // Output: 鳵

Ruby:

char = "\u{9CF5}"
puts char  # Output: 鳵

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#40181;</p>  <!-- Display: 鳵 -->

HTML Hexadecimal:

<p>HTML hex: &#x9CF5;</p>  <!-- Display: 鳵 -->

URL Encoding:

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

Encodings

MD5:

cddc81a0f1d1d4cd60630819ed76829a

SHA1:

8d2aa7c6d691d5e05a5671bd7e557b31262d5818

Base64:

6bO1