Unicode Finder

"鲼" U+9CBC(CJK UNIFIED IDEOGRAPH-9CBC)

U+9CBC
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-9CBC

Programming

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

Web

CSS
\009CBC
HtmlDecimal
鲼
HtmlHexadecimal
鲼
Url
%E9%B2%BC

Code

MD5
53d0c72a7dd1d7f6cdf0ef5b540dd417
Sha1
6a49c86408d0898e467eb7d8a9d66dd44f0733c2
Base64
6bK8

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u9CBC';
console.log(char);  // Output: 鲼

Java:

char c = '\u9CBC';
System.out.println(c);  // Output: 鲼

JSON:

{"text": "\u9CBC"}  // Value: 鲼

Python:

char = '\u9CBC'
print(char)  # Output: 鲼

Perl:

my $char = "\x{9CBC}";
print $char;  # Output: 鲼

PHP:

$char = "\x{9CBC}";
echo $char;  // Output: 鲼

Ruby:

char = "\u{9CBC}"
puts char  # Output: 鲼

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#40124;</p>  <!-- Display: 鲼 -->

HTML Hexadecimal:

<p>HTML hex: &#x9CBC;</p>  <!-- Display: 鲼 -->

URL Encoding:

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

Encodings

MD5:

53d0c72a7dd1d7f6cdf0ef5b540dd417

SHA1:

6a49c86408d0898e467eb7d8a9d66dd44f0733c2

Base64:

6bK8