Unicode Finder

"鰴" U+9C34(CJK UNIFIED IDEOGRAPH-9C34)

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

Programming

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

Web

CSS
\009C34
HtmlDecimal
鰴
HtmlHexadecimal
鰴
Url
%E9%B0%B4

Code

MD5
4b878d8d86f4951e4cc6728c2626233c
Sha1
c3388955aaaed2e416165b91bf986e1da1b78f66
Base64
6bC0

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u9C34';
console.log(char);  // Output: 鰴

Java:

char c = '\u9C34';
System.out.println(c);  // Output: 鰴

JSON:

{"text": "\u9C34"}  // Value: 鰴

Python:

char = '\u9C34'
print(char)  # Output: 鰴

Perl:

my $char = "\x{9C34}";
print $char;  # Output: 鰴

PHP:

$char = "\x{9C34}";
echo $char;  // Output: 鰴

Ruby:

char = "\u{9C34}"
puts char  # Output: 鰴

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#39988;</p>  <!-- Display: 鰴 -->

HTML Hexadecimal:

<p>HTML hex: &#x9C34;</p>  <!-- Display: 鰴 -->

URL Encoding:

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

Encodings

MD5:

4b878d8d86f4951e4cc6728c2626233c

SHA1:

c3388955aaaed2e416165b91bf986e1da1b78f66

Base64:

6bC0