Unicode Finder

"隁" U+9681(CJK UNIFIED IDEOGRAPH-9681)

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

Programming

C
\u9681
JavaScript
\u9681
Java
\u9681
Json
\u9681
Python
\u9681
Perl
\x{9681}
PHP
\x{9681}
Ruby
\u{9681}
Rust
\u{9681}
Go
\u9681

Web

CSS
\009681
HtmlDecimal
隁
HtmlHexadecimal
隁
Url
%E9%9A%81

Code

MD5
0b963582ff9d2470f50b2ac8723bdf41
Sha1
ad230a119b74e50af9a5e3f09c15d8d4f7d763da
Base64
6ZqB

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u9681';
console.log(char);  // Output: 隁

Java:

char c = '\u9681';
System.out.println(c);  // Output: 隁

JSON:

{"text": "\u9681"}  // Value: 隁

Python:

char = '\u9681'
print(char)  # Output: 隁

Perl:

my $char = "\x{9681}";
print $char;  # Output: 隁

PHP:

$char = "\x{9681}";
echo $char;  // Output: 隁

Ruby:

char = "\u{9681}"
puts char  # Output: 隁

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009681";  /* Display: 隁 */
}

HTML Decimal:

<p>HTML decimal: &#38529;</p>  <!-- Display: 隁 -->

HTML Hexadecimal:

<p>HTML hex: &#x9681;</p>  <!-- Display: 隁 -->

URL Encoding:

// 隁 URL encoding
https://unicodefinder.com/search.php?query=%E9%9A%81

Encodings

MD5:

0b963582ff9d2470f50b2ac8723bdf41

SHA1:

ad230a119b74e50af9a5e3f09c15d8d4f7d763da

Base64:

6ZqB