Unicode Finder

"酼" U+917C(CJK UNIFIED IDEOGRAPH-917C)

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

Programming

C
\u917C
JavaScript
\u917C
Java
\u917C
Json
\u917C
Python
\u917C
Perl
\x{917C}
PHP
\x{917C}
Ruby
\u{917C}
Rust
\u{917C}
Go
\u917C

Web

CSS
\00917C
HtmlDecimal
酼
HtmlHexadecimal
酼
Url
%E9%85%BC

Code

MD5
32878997aa980f63584f5ba141d3abef
Sha1
0266f952b5dc8b26c57395428a3e823fc0084b17
Base64
6YW8

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u917C';
console.log(char);  // Output: 酼

Java:

char c = '\u917C';
System.out.println(c);  // Output: 酼

JSON:

{"text": "\u917C"}  // Value: 酼

Python:

char = '\u917C'
print(char)  # Output: 酼

Perl:

my $char = "\x{917C}";
print $char;  # Output: 酼

PHP:

$char = "\x{917C}";
echo $char;  // Output: 酼

Ruby:

char = "\u{917C}"
puts char  # Output: 酼

Rust:

let c = '\u{917C}';
println!("{}", c);  // Output: 酼

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00917C";  /* Display: 酼 */
}

HTML Decimal:

<p>HTML decimal: &#37244;</p>  <!-- Display: 酼 -->

HTML Hexadecimal:

<p>HTML hex: &#x917C;</p>  <!-- Display: 酼 -->

URL Encoding:

// 酼 URL encoding
https://unicodefinder.com/search.php?query=%E9%85%BC

Encodings

MD5:

32878997aa980f63584f5ba141d3abef

SHA1:

0266f952b5dc8b26c57395428a3e823fc0084b17

Base64:

6YW8