Unicode Finder

"鱼" U+9C7C(CJK UNIFIED IDEOGRAPH-9C7C)

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

Programming

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

Web

CSS
\009C7C
HtmlDecimal
鱼
HtmlHexadecimal
鱼
Url
%E9%B1%BC

Code

MD5
0857fa4e346f38ac6636279bb64cf0d1
Sha1
92468fdf7c343269f7f3e4bd81e5d22a0e19980f
Base64
6bG8

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u9C7C';
console.log(char);  // Output: 鱼

Java:

char c = '\u9C7C';
System.out.println(c);  // Output: 鱼

JSON:

{"text": "\u9C7C"}  // Value: 鱼

Python:

char = '\u9C7C'
print(char)  # Output: 鱼

Perl:

my $char = "\x{9C7C}";
print $char;  # Output: 鱼

PHP:

$char = "\x{9C7C}";
echo $char;  // Output: 鱼

Ruby:

char = "\u{9C7C}"
puts char  # Output: 鱼

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#40060;</p>  <!-- Display: 鱼 -->

HTML Hexadecimal:

<p>HTML hex: &#x9C7C;</p>  <!-- Display: 鱼 -->

URL Encoding:

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

Encodings

MD5:

0857fa4e346f38ac6636279bb64cf0d1

SHA1:

92468fdf7c343269f7f3e4bd81e5d22a0e19980f

Base64:

6bG8