Unicode Finder

"鱷" U+9C77(CJK UNIFIED IDEOGRAPH-9C77)

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

Programming

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

Web

CSS
\009C77
HtmlDecimal
鱷
HtmlHexadecimal
鱷
Url
%E9%B1%B7

Code

MD5
edbddde494fc752592695d6fe689fe18
Sha1
7d83e28f80ab0b1ba8426a73cc245c51dde49b07
Base64
6bG3

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u9C77';
console.log(char);  // Output: 鱷

Java:

char c = '\u9C77';
System.out.println(c);  // Output: 鱷

JSON:

{"text": "\u9C77"}  // Value: 鱷

Python:

char = '\u9C77'
print(char)  # Output: 鱷

Perl:

my $char = "\x{9C77}";
print $char;  # Output: 鱷

PHP:

$char = "\x{9C77}";
echo $char;  // Output: 鱷

Ruby:

char = "\u{9C77}"
puts char  # Output: 鱷

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#40055;</p>  <!-- Display: 鱷 -->

HTML Hexadecimal:

<p>HTML hex: &#x9C77;</p>  <!-- Display: 鱷 -->

URL Encoding:

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

Encodings

MD5:

edbddde494fc752592695d6fe689fe18

SHA1:

7d83e28f80ab0b1ba8426a73cc245c51dde49b07

Base64:

6bG3