Unicode Finder

"祄" U+7944(CJK UNIFIED IDEOGRAPH-7944)

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

Programming

C
\u7944
JavaScript
\u7944
Java
\u7944
Json
\u7944
Python
\u7944
Perl
\x{7944}
PHP
\x{7944}
Ruby
\u{7944}
Rust
\u{7944}
Go
\u7944

Web

CSS
\007944
HtmlDecimal
祄
HtmlHexadecimal
祄
Url
%E7%A5%84

Code

MD5
77bcb14d2ddfab5e22a3efee46a964ae
Sha1
2949fe397be23d92fc0ba6bb9d6411192d49893c
Base64
56WE

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u7944';
console.log(char);  // Output: 祄

Java:

char c = '\u7944';
System.out.println(c);  // Output: 祄

JSON:

{"text": "\u7944"}  // Value: 祄

Python:

char = '\u7944'
print(char)  # Output: 祄

Perl:

my $char = "\x{7944}";
print $char;  # Output: 祄

PHP:

$char = "\x{7944}";
echo $char;  // Output: 祄

Ruby:

char = "\u{7944}"
puts char  # Output: 祄

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007944";  /* Display: 祄 */
}

HTML Decimal:

<p>HTML decimal: &#31044;</p>  <!-- Display: 祄 -->

HTML Hexadecimal:

<p>HTML hex: &#x7944;</p>  <!-- Display: 祄 -->

URL Encoding:

// 祄 URL encoding
https://unicodefinder.com/search.php?query=%E7%A5%84

Encodings

MD5:

77bcb14d2ddfab5e22a3efee46a964ae

SHA1:

2949fe397be23d92fc0ba6bb9d6411192d49893c

Base64:

56WE

© 2025 Unicode Finder

祄 U+7944 CJK UNIFIED IDEOGRAPH-7944 Unicode 字元 - Unicode Finder

Contact: d2@fanqiang.me