Unicode Finder

"鼐" U+9F10(CJK UNIFIED IDEOGRAPH-9F10)

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

Programming

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

Web

CSS
\009F10
HtmlDecimal
鼐
HtmlHexadecimal
鼐
Url
%E9%BC%90

Code

MD5
c85435762d02d2905576d45f17ece640
Sha1
0bd478b2e3be949351cd23390eb12796ea9510f3
Base64
6byQ

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u9F10';
console.log(char);  // Output: 鼐

Java:

char c = '\u9F10';
System.out.println(c);  // Output: 鼐

JSON:

{"text": "\u9F10"}  // Value: 鼐

Python:

char = '\u9F10'
print(char)  # Output: 鼐

Perl:

my $char = "\x{9F10}";
print $char;  # Output: 鼐

PHP:

$char = "\x{9F10}";
echo $char;  // Output: 鼐

Ruby:

char = "\u{9F10}"
puts char  # Output: 鼐

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#40720;</p>  <!-- Display: 鼐 -->

HTML Hexadecimal:

<p>HTML hex: &#x9F10;</p>  <!-- Display: 鼐 -->

URL Encoding:

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

Encodings

MD5:

c85435762d02d2905576d45f17ece640

SHA1:

0bd478b2e3be949351cd23390eb12796ea9510f3

Base64:

6byQ