Unicode Finder

"覐" U+8990(CJK UNIFIED IDEOGRAPH-8990)

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

Programming

C
\u8990
JavaScript
\u8990
Java
\u8990
Json
\u8990
Python
\u8990
Perl
\x{8990}
PHP
\x{8990}
Ruby
\u{8990}
Rust
\u{8990}
Go
\u8990

Web

CSS
\008990
HtmlDecimal
覐
HtmlHexadecimal
覐
Url
%E8%A6%90

Code

MD5
3ce4de4074b907fbf6c6f955bc2447f5
Sha1
2f7c0275d976b3b56428532acccb758ec6bc8a85
Base64
6KaQ

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8990';
console.log(char);  // Output: 覐

Java:

char c = '\u8990';
System.out.println(c);  // Output: 覐

JSON:

{"text": "\u8990"}  // Value: 覐

Python:

char = '\u8990'
print(char)  # Output: 覐

Perl:

my $char = "\x{8990}";
print $char;  # Output: 覐

PHP:

$char = "\x{8990}";
echo $char;  // Output: 覐

Ruby:

char = "\u{8990}"
puts char  # Output: 覐

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008990";  /* Display: 覐 */
}

HTML Decimal:

<p>HTML decimal: &#35216;</p>  <!-- Display: 覐 -->

HTML Hexadecimal:

<p>HTML hex: &#x8990;</p>  <!-- Display: 覐 -->

URL Encoding:

// 覐 URL encoding
https://unicodefinder.com/search.php?query=%E8%A6%90

Encodings

MD5:

3ce4de4074b907fbf6c6f955bc2447f5

SHA1:

2f7c0275d976b3b56428532acccb758ec6bc8a85

Base64:

6KaQ

© 2025 Unicode Finder

覐 U+8990 CJK UNIFIED IDEOGRAPH-8990 Unicode 字元 - Unicode Finder

Contact: d2@fanqiang.me