Unicode Finder

"鯀" U+9BC0(CJK UNIFIED IDEOGRAPH-9BC0)

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

Programming

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

Web

CSS
\009BC0
HtmlDecimal
鯀
HtmlHexadecimal
鯀
Url
%E9%AF%80

Code

MD5
3069abfca0bc6249d315fc27cf068cb3
Sha1
1cf01a3ff1572bf13df80270898aff1020c53c3a
Base64
6a+A

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u9BC0';
console.log(char);  // Output: 鯀

Java:

char c = '\u9BC0';
System.out.println(c);  // Output: 鯀

JSON:

{"text": "\u9BC0"}  // Value: 鯀

Python:

char = '\u9BC0'
print(char)  # Output: 鯀

Perl:

my $char = "\x{9BC0}";
print $char;  # Output: 鯀

PHP:

$char = "\x{9BC0}";
echo $char;  // Output: 鯀

Ruby:

char = "\u{9BC0}"
puts char  # Output: 鯀

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#39872;</p>  <!-- Display: 鯀 -->

HTML Hexadecimal:

<p>HTML hex: &#x9BC0;</p>  <!-- Display: 鯀 -->

URL Encoding:

// 鯀 URL encoding
https://unicodefinder.com/search.php?query=%E9%AF%80

Encodings

MD5:

3069abfca0bc6249d315fc27cf068cb3

SHA1:

1cf01a3ff1572bf13df80270898aff1020c53c3a

Base64:

6a+A