Unicode Finder

"鱸" U+9C78(CJK UNIFIED IDEOGRAPH-9C78)

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

Programming

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

Web

CSS
\009C78
HtmlDecimal
鱸
HtmlHexadecimal
鱸
Url
%E9%B1%B8

Code

MD5
524b1ddf5cae941e9ad5886fa928c744
Sha1
b0264fb0154191da890e5115012e814890b5ea7c
Base64
6bG4

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u9C78';
console.log(char);  // Output: 鱸

Java:

char c = '\u9C78';
System.out.println(c);  // Output: 鱸

JSON:

{"text": "\u9C78"}  // Value: 鱸

Python:

char = '\u9C78'
print(char)  # Output: 鱸

Perl:

my $char = "\x{9C78}";
print $char;  # Output: 鱸

PHP:

$char = "\x{9C78}";
echo $char;  // Output: 鱸

Ruby:

char = "\u{9C78}"
puts char  # Output: 鱸

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#40056;</p>  <!-- Display: 鱸 -->

HTML Hexadecimal:

<p>HTML hex: &#x9C78;</p>  <!-- Display: 鱸 -->

URL Encoding:

// 鱸 URL encoding
https://unicodefinder.com/search.php?query=%E9%B1%B8

Encodings

MD5:

524b1ddf5cae941e9ad5886fa928c744

SHA1:

b0264fb0154191da890e5115012e814890b5ea7c

Base64:

6bG4