Unicode Finder

"遷" U+9077(CJK UNIFIED IDEOGRAPH-9077)

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

Programming

C
\u9077
JavaScript
\u9077
Java
\u9077
Json
\u9077
Python
\u9077
Perl
\x{9077}
PHP
\x{9077}
Ruby
\u{9077}
Rust
\u{9077}
Go
\u9077

Web

CSS
\009077
HtmlDecimal
遷
HtmlHexadecimal
遷
Url
%E9%81%B7

Code

MD5
8ab3f30ef43aff9bf041cdd1094f2133
Sha1
20fda17c4062927413eaa72c683d9035f02ab120
Base64
6YG3

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u9077';
console.log(char);  // Output: 遷

Java:

char c = '\u9077';
System.out.println(c);  // Output: 遷

JSON:

{"text": "\u9077"}  // Value: 遷

Python:

char = '\u9077'
print(char)  # Output: 遷

Perl:

my $char = "\x{9077}";
print $char;  # Output: 遷

PHP:

$char = "\x{9077}";
echo $char;  // Output: 遷

Ruby:

char = "\u{9077}"
puts char  # Output: 遷

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009077";  /* Display: 遷 */
}

HTML Decimal:

<p>HTML decimal: &#36983;</p>  <!-- Display: 遷 -->

HTML Hexadecimal:

<p>HTML hex: &#x9077;</p>  <!-- Display: 遷 -->

URL Encoding:

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

Encodings

MD5:

8ab3f30ef43aff9bf041cdd1094f2133

SHA1:

20fda17c4062927413eaa72c683d9035f02ab120

Base64:

6YG3

© 2025 Unicode Finder

遷 U+9077 CJK UNIFIED IDEOGRAPH-9077 Unicode 字元 - Unicode Finder

Contact: d2@fanqiang.me