Unicode Finder

"鰷" U+9C37(CJK UNIFIED IDEOGRAPH-9C37)

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

Programming

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

Web

CSS
\009C37
HtmlDecimal
鰷
HtmlHexadecimal
鰷
Url
%E9%B0%B7

Code

MD5
fe7194644774a9a8794a5c84f6da8a1e
Sha1
7ed12c859f911e22fab4e03a95788aaabc602fa5
Base64
6bC3

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u9C37';
console.log(char);  // Output: 鰷

Java:

char c = '\u9C37';
System.out.println(c);  // Output: 鰷

JSON:

{"text": "\u9C37"}  // Value: 鰷

Python:

char = '\u9C37'
print(char)  # Output: 鰷

Perl:

my $char = "\x{9C37}";
print $char;  # Output: 鰷

PHP:

$char = "\x{9C37}";
echo $char;  // Output: 鰷

Ruby:

char = "\u{9C37}"
puts char  # Output: 鰷

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#39991;</p>  <!-- Display: 鰷 -->

HTML Hexadecimal:

<p>HTML hex: &#x9C37;</p>  <!-- Display: 鰷 -->

URL Encoding:

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

Encodings

MD5:

fe7194644774a9a8794a5c84f6da8a1e

SHA1:

7ed12c859f911e22fab4e03a95788aaabc602fa5

Base64:

6bC3