Unicode Finder

"禉" U+7989(CJK UNIFIED IDEOGRAPH-7989)

U+7989
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-7989

Programming

C
\u7989
JavaScript
\u7989
Java
\u7989
Json
\u7989
Python
\u7989
Perl
\x{7989}
PHP
\x{7989}
Ruby
\u{7989}
Rust
\u{7989}
Go
\u7989

Web

CSS
\007989
HtmlDecimal
禉
HtmlHexadecimal
禉
Url
%E7%A6%89

Code

MD5
f0bdd2d9bc5de246189b8f5e04088328
Sha1
bcbd47d688c19c0d049d8216c388ff4ea18cf019
Base64
56aJ

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u7989';
console.log(char);  // Output: 禉

Java:

char c = '\u7989';
System.out.println(c);  // Output: 禉

JSON:

{"text": "\u7989"}  // Value: 禉

Python:

char = '\u7989'
print(char)  # Output: 禉

Perl:

my $char = "\x{7989}";
print $char;  # Output: 禉

PHP:

$char = "\x{7989}";
echo $char;  // Output: 禉

Ruby:

char = "\u{7989}"
puts char  # Output: 禉

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007989";  /* Display: 禉 */
}

HTML Decimal:

<p>HTML decimal: &#31113;</p>  <!-- Display: 禉 -->

HTML Hexadecimal:

<p>HTML hex: &#x7989;</p>  <!-- Display: 禉 -->

URL Encoding:

// 禉 URL encoding
https://unicodefinder.com/search.php?query=%E7%A6%89

Encodings

MD5:

f0bdd2d9bc5de246189b8f5e04088328

SHA1:

bcbd47d688c19c0d049d8216c388ff4ea18cf019

Base64:

56aJ

© 2025 Unicode Finder

禉 U+7989 CJK UNIFIED IDEOGRAPH-7989 Unicode 字符 - Unicode Finder

Contact: d2@fanqiang.me