Unicode Finder

"颐" U+9890(CJK UNIFIED IDEOGRAPH-9890)

U+9890
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-9890

Programming

C
\u9890
JavaScript
\u9890
Java
\u9890
Json
\u9890
Python
\u9890
Perl
\x{9890}
PHP
\x{9890}
Ruby
\u{9890}
Rust
\u{9890}
Go
\u9890

Web

CSS
\009890
HtmlDecimal
颐
HtmlHexadecimal
颐
Url
%E9%A2%90

Code

MD5
77905b504f9f223f29f6dd6df19c7814
Sha1
f4370fbee665c4d53b24b11503b90a92559191cb
Base64
6aKQ

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u9890';
console.log(char);  // Output: 颐

Java:

char c = '\u9890';
System.out.println(c);  // Output: 颐

JSON:

{"text": "\u9890"}  // Value: 颐

Python:

char = '\u9890'
print(char)  # Output: 颐

Perl:

my $char = "\x{9890}";
print $char;  # Output: 颐

PHP:

$char = "\x{9890}";
echo $char;  // Output: 颐

Ruby:

char = "\u{9890}"
puts char  # Output: 颐

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009890";  /* Display: 颐 */
}

HTML Decimal:

<p>HTML decimal: &#39056;</p>  <!-- Display: 颐 -->

HTML Hexadecimal:

<p>HTML hex: &#x9890;</p>  <!-- Display: 颐 -->

URL Encoding:

// 颐 URL encoding
https://unicodefinder.com/search.php?query=%E9%A2%90

Encodings

MD5:

77905b504f9f223f29f6dd6df19c7814

SHA1:

f4370fbee665c4d53b24b11503b90a92559191cb

Base64:

6aKQ

© 2025 Unicode Finder

颐 U+9890 CJK UNIFIED IDEOGRAPH-9890 Unicode 文字 - Unicode Finder

Contact: d2@fanqiang.me