Unicode Finder

"鱶" U+9C76(CJK UNIFIED IDEOGRAPH-9C76)

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

Programming

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

Web

CSS
\009C76
HtmlDecimal
鱶
HtmlHexadecimal
鱶
Url
%E9%B1%B6

Code

MD5
89e216e028a15ae5b701a92434668a37
Sha1
06c9cfa5692da9e58e7c58d40aebf31686f9a6c0
Base64
6bG2

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u9C76';
console.log(char);  // Output: 鱶

Java:

char c = '\u9C76';
System.out.println(c);  // Output: 鱶

JSON:

{"text": "\u9C76"}  // Value: 鱶

Python:

char = '\u9C76'
print(char)  # Output: 鱶

Perl:

my $char = "\x{9C76}";
print $char;  # Output: 鱶

PHP:

$char = "\x{9C76}";
echo $char;  // Output: 鱶

Ruby:

char = "\u{9C76}"
puts char  # Output: 鱶

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#40054;</p>  <!-- Display: 鱶 -->

HTML Hexadecimal:

<p>HTML hex: &#x9C76;</p>  <!-- Display: 鱶 -->

URL Encoding:

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

Encodings

MD5:

89e216e028a15ae5b701a92434668a37

SHA1:

06c9cfa5692da9e58e7c58d40aebf31686f9a6c0

Base64:

6bG2