Unicode Finder

"鸼" U+9E3C(CJK UNIFIED IDEOGRAPH-9E3C)

U+9E3C
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-9E3C

Programming

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

Web

CSS
\009E3C
HtmlDecimal
鸼
HtmlHexadecimal
鸼
Url
%E9%B8%BC

Code

MD5
e2227bf979d07d4926c5655420abe272
Sha1
a6ba6737f8ead9eb6a686a38e0a614bbf998a664
Base64
6bi8

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u9E3C';
console.log(char);  // Output: 鸼

Java:

char c = '\u9E3C';
System.out.println(c);  // Output: 鸼

JSON:

{"text": "\u9E3C"}  // Value: 鸼

Python:

char = '\u9E3C'
print(char)  # Output: 鸼

Perl:

my $char = "\x{9E3C}";
print $char;  # Output: 鸼

PHP:

$char = "\x{9E3C}";
echo $char;  // Output: 鸼

Ruby:

char = "\u{9E3C}"
puts char  # Output: 鸼

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#40508;</p>  <!-- Display: 鸼 -->

HTML Hexadecimal:

<p>HTML hex: &#x9E3C;</p>  <!-- Display: 鸼 -->

URL Encoding:

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

Encodings

MD5:

e2227bf979d07d4926c5655420abe272

SHA1:

a6ba6737f8ead9eb6a686a38e0a614bbf998a664

Base64:

6bi8