Unicode Finder

"鰮" U+9C2E(CJK UNIFIED IDEOGRAPH-9C2E)

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

Programming

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

Web

CSS
\009C2E
HtmlDecimal
鰮
HtmlHexadecimal
鰮
Url
%E9%B0%AE

Code

MD5
1ec68ce2081c8edc43bc81dd31bbd0bd
Sha1
a0e4e2f87c9a902931d19c4bf16eafeaa7dab538
Base64
6bCu

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u9C2E';
console.log(char);  // Output: 鰮

Java:

char c = '\u9C2E';
System.out.println(c);  // Output: 鰮

JSON:

{"text": "\u9C2E"}  // Value: 鰮

Python:

char = '\u9C2E'
print(char)  # Output: 鰮

Perl:

my $char = "\x{9C2E}";
print $char;  # Output: 鰮

PHP:

$char = "\x{9C2E}";
echo $char;  // Output: 鰮

Ruby:

char = "\u{9C2E}"
puts char  # Output: 鰮

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#39982;</p>  <!-- Display: 鰮 -->

HTML Hexadecimal:

<p>HTML hex: &#x9C2E;</p>  <!-- Display: 鰮 -->

URL Encoding:

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

Encodings

MD5:

1ec68ce2081c8edc43bc81dd31bbd0bd

SHA1:

a0e4e2f87c9a902931d19c4bf16eafeaa7dab538

Base64:

6bCu