Unicode Finder

"禄" U+7984(CJK UNIFIED IDEOGRAPH-7984)

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

Programming

C
\u7984
JavaScript
\u7984
Java
\u7984
Json
\u7984
Python
\u7984
Perl
\x{7984}
PHP
\x{7984}
Ruby
\u{7984}
Rust
\u{7984}
Go
\u7984

Web

CSS
\007984
HtmlDecimal
禄
HtmlHexadecimal
禄
Url
%E7%A6%84

Code

MD5
4691816e64b160c8e4a06c59c19f074b
Sha1
6d5986294083439264fe39ccc438609876260667
Base64
56aE

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u7984';
console.log(char);  // Output: 禄

Java:

char c = '\u7984';
System.out.println(c);  // Output: 禄

JSON:

{"text": "\u7984"}  // Value: 禄

Python:

char = '\u7984'
print(char)  # Output: 禄

Perl:

my $char = "\x{7984}";
print $char;  # Output: 禄

PHP:

$char = "\x{7984}";
echo $char;  // Output: 禄

Ruby:

char = "\u{7984}"
puts char  # Output: 禄

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007984";  /* Display: 禄 */
}

HTML Decimal:

<p>HTML decimal: &#31108;</p>  <!-- Display: 禄 -->

HTML Hexadecimal:

<p>HTML hex: &#x7984;</p>  <!-- Display: 禄 -->

URL Encoding:

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

Encodings

MD5:

4691816e64b160c8e4a06c59c19f074b

SHA1:

6d5986294083439264fe39ccc438609876260667

Base64:

56aE

© 2025 Unicode Finder

禄 U+7984 CJK UNIFIED IDEOGRAPH-7984 Unicode 字符 - Unicode Finder

Contact: d2@fanqiang.me