Unicode Finder

"醄" U+9184(CJK UNIFIED IDEOGRAPH-9184)

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

Programming

C
\u9184
JavaScript
\u9184
Java
\u9184
Json
\u9184
Python
\u9184
Perl
\x{9184}
PHP
\x{9184}
Ruby
\u{9184}
Rust
\u{9184}
Go
\u9184

Web

CSS
\009184
HtmlDecimal
醄
HtmlHexadecimal
醄
Url
%E9%86%84

Code

MD5
2e5831163920a847a5063faa20d68372
Sha1
792799261a36fc612cec7e4ddc2c0f789fafcfa7
Base64
6YaE

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9184';
console.log(char);  // Output: 醄

Java:

char c = '\u9184';
System.out.println(c);  // Output: 醄

JSON:

{"text": "\u9184"}  // Value: 醄

Python:

char = '\u9184'
print(char)  # Output: 醄

Perl:

my $char = "\x{9184}";
print $char;  # Output: 醄

PHP:

$char = "\x{9184}";
echo $char;  // Output: 醄

Ruby:

char = "\u{9184}"
puts char  # Output: 醄

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009184";  /* Display: 醄 */
}

HTML Decimal:

<p>HTML decimal: &#37252;</p>  <!-- Display: 醄 -->

HTML Hexadecimal:

<p>HTML hex: &#x9184;</p>  <!-- Display: 醄 -->

URL Encoding:

// 醄 URL encoding
https://unicodefinder.com/search.php?query=%E9%86%84

Encodings

MD5:

2e5831163920a847a5063faa20d68372

SHA1:

792799261a36fc612cec7e4ddc2c0f789fafcfa7

Base64:

6YaE