Unicode Finder

"遴" U+9074(CJK UNIFIED IDEOGRAPH-9074)

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

Programming

C
\u9074
JavaScript
\u9074
Java
\u9074
Json
\u9074
Python
\u9074
Perl
\x{9074}
PHP
\x{9074}
Ruby
\u{9074}
Rust
\u{9074}
Go
\u9074

Web

CSS
\009074
HtmlDecimal
遴
HtmlHexadecimal
遴
Url
%E9%81%B4

Code

MD5
a5ea5c8ba3d2123c01749553b32f01a4
Sha1
bca58e2d2a9950304ee549d09bfc892f029e3f96
Base64
6YG0

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u9074';
console.log(char);  // Output: 遴

Java:

char c = '\u9074';
System.out.println(c);  // Output: 遴

JSON:

{"text": "\u9074"}  // Value: 遴

Python:

char = '\u9074'
print(char)  # Output: 遴

Perl:

my $char = "\x{9074}";
print $char;  # Output: 遴

PHP:

$char = "\x{9074}";
echo $char;  // Output: 遴

Ruby:

char = "\u{9074}"
puts char  # Output: 遴

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009074";  /* Display: 遴 */
}

HTML Decimal:

<p>HTML decimal: &#36980;</p>  <!-- Display: 遴 -->

HTML Hexadecimal:

<p>HTML hex: &#x9074;</p>  <!-- Display: 遴 -->

URL Encoding:

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

Encodings

MD5:

a5ea5c8ba3d2123c01749553b32f01a4

SHA1:

bca58e2d2a9950304ee549d09bfc892f029e3f96

Base64:

6YG0