Unicode Finder

"酶" U+9176(CJK UNIFIED IDEOGRAPH-9176)

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

Programming

C
\u9176
JavaScript
\u9176
Java
\u9176
Json
\u9176
Python
\u9176
Perl
\x{9176}
PHP
\x{9176}
Ruby
\u{9176}
Rust
\u{9176}
Go
\u9176

Web

CSS
\009176
HtmlDecimal
酶
HtmlHexadecimal
酶
Url
%E9%85%B6

Code

MD5
3c4a71deab034b15b557c2d36b50f034
Sha1
2b139f3551ea80e2c3247676f1b07c53ea86aa8e
Base64
6YW2

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9176';
console.log(char);  // Output: 酶

Java:

char c = '\u9176';
System.out.println(c);  // Output: 酶

JSON:

{"text": "\u9176"}  // Value: 酶

Python:

char = '\u9176'
print(char)  # Output: 酶

Perl:

my $char = "\x{9176}";
print $char;  # Output: 酶

PHP:

$char = "\x{9176}";
echo $char;  // Output: 酶

Ruby:

char = "\u{9176}"
puts char  # Output: 酶

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009176";  /* Display: 酶 */
}

HTML Decimal:

<p>HTML decimal: &#37238;</p>  <!-- Display: 酶 -->

HTML Hexadecimal:

<p>HTML hex: &#x9176;</p>  <!-- Display: 酶 -->

URL Encoding:

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

Encodings

MD5:

3c4a71deab034b15b557c2d36b50f034

SHA1:

2b139f3551ea80e2c3247676f1b07c53ea86aa8e

Base64:

6YW2