Unicode Finder

"酴" U+9174(CJK UNIFIED IDEOGRAPH-9174)

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

Programming

C
\u9174
JavaScript
\u9174
Java
\u9174
Json
\u9174
Python
\u9174
Perl
\x{9174}
PHP
\x{9174}
Ruby
\u{9174}
Rust
\u{9174}
Go
\u9174

Web

CSS
\009174
HtmlDecimal
酴
HtmlHexadecimal
酴
Url
%E9%85%B4

Code

MD5
48c6d02c2026c7e3442261adbd1775b2
Sha1
b3a01528e49644ffd01dd4e2c2c92c3819d159ef
Base64
6YW0

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9174';
console.log(char);  // Output: 酴

Java:

char c = '\u9174';
System.out.println(c);  // Output: 酴

JSON:

{"text": "\u9174"}  // Value: 酴

Python:

char = '\u9174'
print(char)  # Output: 酴

Perl:

my $char = "\x{9174}";
print $char;  # Output: 酴

PHP:

$char = "\x{9174}";
echo $char;  // Output: 酴

Ruby:

char = "\u{9174}"
puts char  # Output: 酴

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009174";  /* Display: 酴 */
}

HTML Decimal:

<p>HTML decimal: &#37236;</p>  <!-- Display: 酴 -->

HTML Hexadecimal:

<p>HTML hex: &#x9174;</p>  <!-- Display: 酴 -->

URL Encoding:

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

Encodings

MD5:

48c6d02c2026c7e3442261adbd1775b2

SHA1:

b3a01528e49644ffd01dd4e2c2c92c3819d159ef

Base64:

6YW0