Unicode Finder

"鲵" U+9CB5(CJK UNIFIED IDEOGRAPH-9CB5)

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

Programming

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

Web

CSS
\009CB5
HtmlDecimal
鲵
HtmlHexadecimal
鲵
Url
%E9%B2%B5

Code

MD5
3c1ebb271d72806063e909f6e4b7d051
Sha1
6f9cd6d2d95b5a9e28f8daf3994d9651439616e1
Base64
6bK1

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u9CB5';
console.log(char);  // Output: 鲵

Java:

char c = '\u9CB5';
System.out.println(c);  // Output: 鲵

JSON:

{"text": "\u9CB5"}  // Value: 鲵

Python:

char = '\u9CB5'
print(char)  # Output: 鲵

Perl:

my $char = "\x{9CB5}";
print $char;  # Output: 鲵

PHP:

$char = "\x{9CB5}";
echo $char;  // Output: 鲵

Ruby:

char = "\u{9CB5}"
puts char  # Output: 鲵

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#40117;</p>  <!-- Display: 鲵 -->

HTML Hexadecimal:

<p>HTML hex: &#x9CB5;</p>  <!-- Display: 鲵 -->

URL Encoding:

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

Encodings

MD5:

3c1ebb271d72806063e909f6e4b7d051

SHA1:

6f9cd6d2d95b5a9e28f8daf3994d9651439616e1

Base64:

6bK1