Unicode Finder

"選" U+9078(CJK UNIFIED IDEOGRAPH-9078)

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

Programming

C
\u9078
JavaScript
\u9078
Java
\u9078
Json
\u9078
Python
\u9078
Perl
\x{9078}
PHP
\x{9078}
Ruby
\u{9078}
Rust
\u{9078}
Go
\u9078

Web

CSS
\009078
HtmlDecimal
選
HtmlHexadecimal
選
Url
%E9%81%B8

Code

MD5
a902d0e512e6e5f8c9d1dd5e615e554a
Sha1
846b2c68221a68e9fd08cd91cc79beffe6955775
Base64
6YG4

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u9078';
console.log(char);  // Output: 選

Java:

char c = '\u9078';
System.out.println(c);  // Output: 選

JSON:

{"text": "\u9078"}  // Value: 選

Python:

char = '\u9078'
print(char)  # Output: 選

Perl:

my $char = "\x{9078}";
print $char;  # Output: 選

PHP:

$char = "\x{9078}";
echo $char;  // Output: 選

Ruby:

char = "\u{9078}"
puts char  # Output: 選

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009078";  /* Display: 選 */
}

HTML Decimal:

<p>HTML decimal: &#36984;</p>  <!-- Display: 選 -->

HTML Hexadecimal:

<p>HTML hex: &#x9078;</p>  <!-- Display: 選 -->

URL Encoding:

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

Encodings

MD5:

a902d0e512e6e5f8c9d1dd5e615e554a

SHA1:

846b2c68221a68e9fd08cd91cc79beffe6955775

Base64:

6YG4

© 2025 Unicode Finder

選 U+9078 CJK UNIFIED IDEOGRAPH-9078 Unicode 字元 - Unicode Finder

Contact: d2@fanqiang.me