Unicode Finder

"酹" U+9179(CJK UNIFIED IDEOGRAPH-9179)

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

Programming

C
\u9179
JavaScript
\u9179
Java
\u9179
Json
\u9179
Python
\u9179
Perl
\x{9179}
PHP
\x{9179}
Ruby
\u{9179}
Rust
\u{9179}
Go
\u9179

Web

CSS
\009179
HtmlDecimal
酹
HtmlHexadecimal
酹
Url
%E9%85%B9

Code

MD5
f70cbde778d38a3a35e7f50704e4b1c5
Sha1
1336c3bda37bbdd90aa41cb3d69ecd1bba4d7cbf
Base64
6YW5

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u9179';
console.log(char);  // Output: 酹

Java:

char c = '\u9179';
System.out.println(c);  // Output: 酹

JSON:

{"text": "\u9179"}  // Value: 酹

Python:

char = '\u9179'
print(char)  # Output: 酹

Perl:

my $char = "\x{9179}";
print $char;  # Output: 酹

PHP:

$char = "\x{9179}";
echo $char;  // Output: 酹

Ruby:

char = "\u{9179}"
puts char  # Output: 酹

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009179";  /* Display: 酹 */
}

HTML Decimal:

<p>HTML decimal: &#37241;</p>  <!-- Display: 酹 -->

HTML Hexadecimal:

<p>HTML hex: &#x9179;</p>  <!-- Display: 酹 -->

URL Encoding:

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

Encodings

MD5:

f70cbde778d38a3a35e7f50704e4b1c5

SHA1:

1336c3bda37bbdd90aa41cb3d69ecd1bba4d7cbf

Base64:

6YW5