Unicode Finder

"窞" U+7A9E(CJK UNIFIED IDEOGRAPH-7A9E)

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

Programming

C
\u7A9E
JavaScript
\u7A9E
Java
\u7A9E
Json
\u7A9E
Python
\u7A9E
Perl
\x{7A9E}
PHP
\x{7A9E}
Ruby
\u{7A9E}
Rust
\u{7A9E}
Go
\u7A9E

Web

CSS
\007A9E
HtmlDecimal
窞
HtmlHexadecimal
窞
Url
%E7%AA%9E

Code

MD5
0f94af9eac756be3a1455050be31e255
Sha1
bfd6d1665861e9b3a76bc12d213363d6fe9ab46a
Base64
56qe

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u7A9E';
console.log(char);  // Output: 窞

Java:

char c = '\u7A9E';
System.out.println(c);  // Output: 窞

JSON:

{"text": "\u7A9E"}  // Value: 窞

Python:

char = '\u7A9E'
print(char)  # Output: 窞

Perl:

my $char = "\x{7A9E}";
print $char;  # Output: 窞

PHP:

$char = "\x{7A9E}";
echo $char;  // Output: 窞

Ruby:

char = "\u{7A9E}"
puts char  # Output: 窞

Rust:

let c = '\u{7A9E}';
println!("{}", c);  // Output: 窞

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007A9E";  /* Display: 窞 */
}

HTML Decimal:

<p>HTML decimal: &#31390;</p>  <!-- Display: 窞 -->

HTML Hexadecimal:

<p>HTML hex: &#x7A9E;</p>  <!-- Display: 窞 -->

URL Encoding:

// 窞 URL encoding
https://unicodefinder.com/search.php?query=%E7%AA%9E

Encodings

MD5:

0f94af9eac756be3a1455050be31e255

SHA1:

bfd6d1665861e9b3a76bc12d213363d6fe9ab46a

Base64:

56qe

© 2025 Unicode Finder

窞 U+7A9E CJK UNIFIED IDEOGRAPH-7A9E Unicode 字元 - Unicode Finder

Contact: d2@fanqiang.me