Unicode Finder

"雬" U+96EC(CJK UNIFIED IDEOGRAPH-96EC)

U+96EC
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-96EC

Programming

C
\u96EC
JavaScript
\u96EC
Java
\u96EC
Json
\u96EC
Python
\u96EC
Perl
\x{96EC}
PHP
\x{96EC}
Ruby
\u{96EC}
Rust
\u{96EC}
Go
\u96EC

Web

CSS
\0096EC
HtmlDecimal
雬
HtmlHexadecimal
雬
Url
%E9%9B%AC

Code

MD5
4314d567177fd6e31aaadf5de269a66c
Sha1
936864d0e7f3fc64b56a65a867f535e89d435072
Base64
6Zus

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u96EC';
console.log(char);  // Output: 雬

Java:

char c = '\u96EC';
System.out.println(c);  // Output: 雬

JSON:

{"text": "\u96EC"}  // Value: 雬

Python:

char = '\u96EC'
print(char)  # Output: 雬

Perl:

my $char = "\x{96EC}";
print $char;  # Output: 雬

PHP:

$char = "\x{96EC}";
echo $char;  // Output: 雬

Ruby:

char = "\u{96EC}"
puts char  # Output: 雬

Rust:

let c = '\u{96EC}';
println!("{}", c);  // Output: 雬

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0096EC";  /* Display: 雬 */
}

HTML Decimal:

<p>HTML decimal: &#38636;</p>  <!-- Display: 雬 -->

HTML Hexadecimal:

<p>HTML hex: &#x96EC;</p>  <!-- Display: 雬 -->

URL Encoding:

// 雬 URL encoding
https://unicodefinder.com/search.php?query=%E9%9B%AC

Encodings

MD5:

4314d567177fd6e31aaadf5de269a66c

SHA1:

936864d0e7f3fc64b56a65a867f535e89d435072

Base64:

6Zus