Unicode Finder

"顸" U+9878(CJK UNIFIED IDEOGRAPH-9878)

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

Programming

C
\u9878
JavaScript
\u9878
Java
\u9878
Json
\u9878
Python
\u9878
Perl
\x{9878}
PHP
\x{9878}
Ruby
\u{9878}
Rust
\u{9878}
Go
\u9878

Web

CSS
\009878
HtmlDecimal
顸
HtmlHexadecimal
顸
Url
%E9%A1%B8

Code

MD5
4a1a395044350060c6e1d94936074584
Sha1
bd6470187c24d63267852480a7c1731a325f0453
Base64
6aG4

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u9878';
console.log(char);  // Output: 顸

Java:

char c = '\u9878';
System.out.println(c);  // Output: 顸

JSON:

{"text": "\u9878"}  // Value: 顸

Python:

char = '\u9878'
print(char)  # Output: 顸

Perl:

my $char = "\x{9878}";
print $char;  # Output: 顸

PHP:

$char = "\x{9878}";
echo $char;  // Output: 顸

Ruby:

char = "\u{9878}"
puts char  # Output: 顸

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009878";  /* Display: 顸 */
}

HTML Decimal:

<p>HTML decimal: &#39032;</p>  <!-- Display: 顸 -->

HTML Hexadecimal:

<p>HTML hex: &#x9878;</p>  <!-- Display: 顸 -->

URL Encoding:

// 顸 URL encoding
https://unicodefinder.com/search.php?query=%E9%A1%B8

Encodings

MD5:

4a1a395044350060c6e1d94936074584

SHA1:

bd6470187c24d63267852480a7c1731a325f0453

Base64:

6aG4

© 2025 Unicode Finder

顸 U+9878 CJK UNIFIED IDEOGRAPH-9878 Unicode 文字 - Unicode Finder

Contact: d2@fanqiang.me