Unicode Finder

"鲜" U+9C9C(CJK UNIFIED IDEOGRAPH-9C9C)

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

Programming

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

Web

CSS
\009C9C
HtmlDecimal
鲜
HtmlHexadecimal
鲜
Url
%E9%B2%9C

Code

MD5
b3fcfc703b5148eca104e01207c8190f
Sha1
d10b9280ca3a9ae4132939c3f5e797bf56003293
Base64
6bKc

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u9C9C';
console.log(char);  // Output: 鲜

Java:

char c = '\u9C9C';
System.out.println(c);  // Output: 鲜

JSON:

{"text": "\u9C9C"}  // Value: 鲜

Python:

char = '\u9C9C'
print(char)  # Output: 鲜

Perl:

my $char = "\x{9C9C}";
print $char;  # Output: 鲜

PHP:

$char = "\x{9C9C}";
echo $char;  // Output: 鲜

Ruby:

char = "\u{9C9C}"
puts char  # Output: 鲜

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#40092;</p>  <!-- Display: 鲜 -->

HTML Hexadecimal:

<p>HTML hex: &#x9C9C;</p>  <!-- Display: 鲜 -->

URL Encoding:

// 鲜 URL encoding
https://unicodefinder.com/search.php?query=%E9%B2%9C

Encodings

MD5:

b3fcfc703b5148eca104e01207c8190f

SHA1:

d10b9280ca3a9ae4132939c3f5e797bf56003293

Base64:

6bKc