Unicode Finder

"鰸" U+9C38(CJK UNIFIED IDEOGRAPH-9C38)

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

Programming

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

Web

CSS
\009C38
HtmlDecimal
鰸
HtmlHexadecimal
鰸
Url
%E9%B0%B8

Code

MD5
709d1316d6d47b073b4c23c230115e9e
Sha1
ca1fa4721826ed04950a5b63a34f17a4ef06e026
Base64
6bC4

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u9C38';
console.log(char);  // Output: 鰸

Java:

char c = '\u9C38';
System.out.println(c);  // Output: 鰸

JSON:

{"text": "\u9C38"}  // Value: 鰸

Python:

char = '\u9C38'
print(char)  # Output: 鰸

Perl:

my $char = "\x{9C38}";
print $char;  # Output: 鰸

PHP:

$char = "\x{9C38}";
echo $char;  // Output: 鰸

Ruby:

char = "\u{9C38}"
puts char  # Output: 鰸

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#39992;</p>  <!-- Display: 鰸 -->

HTML Hexadecimal:

<p>HTML hex: &#x9C38;</p>  <!-- Display: 鰸 -->

URL Encoding:

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

Encodings

MD5:

709d1316d6d47b073b4c23c230115e9e

SHA1:

ca1fa4721826ed04950a5b63a34f17a4ef06e026

Base64:

6bC4