Unicode Finder

"酸" U+9178(CJK UNIFIED IDEOGRAPH-9178)

U+9178
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-9178

Programming

C
\u9178
JavaScript
\u9178
Java
\u9178
Json
\u9178
Python
\u9178
Perl
\x{9178}
PHP
\x{9178}
Ruby
\u{9178}
Rust
\u{9178}
Go
\u9178

Web

CSS
\009178
HtmlDecimal
酸
HtmlHexadecimal
酸
Url
%E9%85%B8

Code

MD5
778b84ebf8d5a75f4c5e97b73f0696fe
Sha1
58663835da4eddedb05f2324124414f6f9361498
Base64
6YW4

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9178';
console.log(char);  // Output: 酸

Java:

char c = '\u9178';
System.out.println(c);  // Output: 酸

JSON:

{"text": "\u9178"}  // Value: 酸

Python:

char = '\u9178'
print(char)  # Output: 酸

Perl:

my $char = "\x{9178}";
print $char;  # Output: 酸

PHP:

$char = "\x{9178}";
echo $char;  // Output: 酸

Ruby:

char = "\u{9178}"
puts char  # Output: 酸

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009178";  /* Display: 酸 */
}

HTML Decimal:

<p>HTML decimal: &#37240;</p>  <!-- Display: 酸 -->

HTML Hexadecimal:

<p>HTML hex: &#x9178;</p>  <!-- Display: 酸 -->

URL Encoding:

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

Encodings

MD5:

778b84ebf8d5a75f4c5e97b73f0696fe

SHA1:

58663835da4eddedb05f2324124414f6f9361498

Base64:

6YW4