Unicode Finder

"鲴" U+9CB4(CJK UNIFIED IDEOGRAPH-9CB4)

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

Programming

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

Web

CSS
\009CB4
HtmlDecimal
鲴
HtmlHexadecimal
鲴
Url
%E9%B2%B4

Code

MD5
5910a86a3200fd79a6b63be4cd06ecad
Sha1
ee7eeb333c14b151254dfcb35a343cbb49591775
Base64
6bK0

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u9CB4';
console.log(char);  // Output: 鲴

Java:

char c = '\u9CB4';
System.out.println(c);  // Output: 鲴

JSON:

{"text": "\u9CB4"}  // Value: 鲴

Python:

char = '\u9CB4'
print(char)  # Output: 鲴

Perl:

my $char = "\x{9CB4}";
print $char;  # Output: 鲴

PHP:

$char = "\x{9CB4}";
echo $char;  // Output: 鲴

Ruby:

char = "\u{9CB4}"
puts char  # Output: 鲴

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#40116;</p>  <!-- Display: 鲴 -->

HTML Hexadecimal:

<p>HTML hex: &#x9CB4;</p>  <!-- Display: 鲴 -->

URL Encoding:

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

Encodings

MD5:

5910a86a3200fd79a6b63be4cd06ecad

SHA1:

ee7eeb333c14b151254dfcb35a343cbb49591775

Base64:

6bK0