Unicode Finder

"鰼" U+9C3C(CJK UNIFIED IDEOGRAPH-9C3C)

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

Programming

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

Web

CSS
\009C3C
HtmlDecimal
鰼
HtmlHexadecimal
鰼
Url
%E9%B0%BC

Code

MD5
8dd55390eb755855d7f1e496c72c5415
Sha1
7857ebde4c057c3d3035020a7a44fa23bbe2b418
Base64
6bC8

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u9C3C';
console.log(char);  // Output: 鰼

Java:

char c = '\u9C3C';
System.out.println(c);  // Output: 鰼

JSON:

{"text": "\u9C3C"}  // Value: 鰼

Python:

char = '\u9C3C'
print(char)  # Output: 鰼

Perl:

my $char = "\x{9C3C}";
print $char;  # Output: 鰼

PHP:

$char = "\x{9C3C}";
echo $char;  // Output: 鰼

Ruby:

char = "\u{9C3C}"
puts char  # Output: 鰼

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#39996;</p>  <!-- Display: 鰼 -->

HTML Hexadecimal:

<p>HTML hex: &#x9C3C;</p>  <!-- Display: 鰼 -->

URL Encoding:

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

Encodings

MD5:

8dd55390eb755855d7f1e496c72c5415

SHA1:

7857ebde4c057c3d3035020a7a44fa23bbe2b418

Base64:

6bC8