Unicode Finder

"靨" U+9768(CJK UNIFIED IDEOGRAPH-9768)

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

Programming

C
\u9768
JavaScript
\u9768
Java
\u9768
Json
\u9768
Python
\u9768
Perl
\x{9768}
PHP
\x{9768}
Ruby
\u{9768}
Rust
\u{9768}
Go
\u9768

Web

CSS
\009768
HtmlDecimal
靨
HtmlHexadecimal
靨
Url
%E9%9D%A8

Code

MD5
6fbdb28d4ad06a00103d6ea2199e11e5
Sha1
ced46b4c2920aeaa18eb352205f016ca57b1fabe
Base64
6Z2o

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u9768';
console.log(char);  // Output: 靨

Java:

char c = '\u9768';
System.out.println(c);  // Output: 靨

JSON:

{"text": "\u9768"}  // Value: 靨

Python:

char = '\u9768'
print(char)  # Output: 靨

Perl:

my $char = "\x{9768}";
print $char;  # Output: 靨

PHP:

$char = "\x{9768}";
echo $char;  // Output: 靨

Ruby:

char = "\u{9768}"
puts char  # Output: 靨

Rust:

let c = '\u{9768}';
println!("{}", c);  // Output: 靨

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009768";  /* Display: 靨 */
}

HTML Decimal:

<p>HTML decimal: &#38760;</p>  <!-- Display: 靨 -->

HTML Hexadecimal:

<p>HTML hex: &#x9768;</p>  <!-- Display: 靨 -->

URL Encoding:

// 靨 URL encoding
https://unicodefinder.com/search.php?query=%E9%9D%A8

Encodings

MD5:

6fbdb28d4ad06a00103d6ea2199e11e5

SHA1:

ced46b4c2920aeaa18eb352205f016ca57b1fabe

Base64:

6Z2o