Unicode Finder

"鱴" U+9C74(CJK UNIFIED IDEOGRAPH-9C74)

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

Programming

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

Web

CSS
\009C74
HtmlDecimal
鱴
HtmlHexadecimal
鱴
Url
%E9%B1%B4

Code

MD5
a1edf20a0c0820315553dca44f73c6f1
Sha1
21e5a0947737b3086ed430f11240f9b8130a6e49
Base64
6bG0

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u9C74';
console.log(char);  // Output: 鱴

Java:

char c = '\u9C74';
System.out.println(c);  // Output: 鱴

JSON:

{"text": "\u9C74"}  // Value: 鱴

Python:

char = '\u9C74'
print(char)  # Output: 鱴

Perl:

my $char = "\x{9C74}";
print $char;  # Output: 鱴

PHP:

$char = "\x{9C74}";
echo $char;  // Output: 鱴

Ruby:

char = "\u{9C74}"
puts char  # Output: 鱴

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#40052;</p>  <!-- Display: 鱴 -->

HTML Hexadecimal:

<p>HTML hex: &#x9C74;</p>  <!-- Display: 鱴 -->

URL Encoding:

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

Encodings

MD5:

a1edf20a0c0820315553dca44f73c6f1

SHA1:

21e5a0947737b3086ed430f11240f9b8130a6e49

Base64:

6bG0