Unicode Finder

"雈" U+96C8(CJK UNIFIED IDEOGRAPH-96C8)

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

Programming

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

Web

CSS
\0096C8
HtmlDecimal
雈
HtmlHexadecimal
雈
Url
%E9%9B%88

Code

MD5
f08724ebb9c3ed43c7bd23eb9d20f41e
Sha1
25285ff8298c1e8e382fba877afe19ae50268899
Base64
6ZuI

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u96C8';
console.log(char);  // Output: 雈

Java:

char c = '\u96C8';
System.out.println(c);  // Output: 雈

JSON:

{"text": "\u96C8"}  // Value: 雈

Python:

char = '\u96C8'
print(char)  # Output: 雈

Perl:

my $char = "\x{96C8}";
print $char;  # Output: 雈

PHP:

$char = "\x{96C8}";
echo $char;  // Output: 雈

Ruby:

char = "\u{96C8}"
puts char  # Output: 雈

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#38600;</p>  <!-- Display: 雈 -->

HTML Hexadecimal:

<p>HTML hex: &#x96C8;</p>  <!-- Display: 雈 -->

URL Encoding:

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

Encodings

MD5:

f08724ebb9c3ed43c7bd23eb9d20f41e

SHA1:

25285ff8298c1e8e382fba877afe19ae50268899

Base64:

6ZuI