Unicode Finder

"閄" U+9584(CJK UNIFIED IDEOGRAPH-9584)

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

Programming

C
\u9584
JavaScript
\u9584
Java
\u9584
Json
\u9584
Python
\u9584
Perl
\x{9584}
PHP
\x{9584}
Ruby
\u{9584}
Rust
\u{9584}
Go
\u9584

Web

CSS
\009584
HtmlDecimal
閄
HtmlHexadecimal
閄
Url
%E9%96%84

Code

MD5
405ba16ceed202b964063a32e31ebca4
Sha1
2e4d71cdde11ab443580520e3b3971aa291f270c
Base64
6ZaE

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9584';
console.log(char);  // Output: 閄

Java:

char c = '\u9584';
System.out.println(c);  // Output: 閄

JSON:

{"text": "\u9584"}  // Value: 閄

Python:

char = '\u9584'
print(char)  # Output: 閄

Perl:

my $char = "\x{9584}";
print $char;  # Output: 閄

PHP:

$char = "\x{9584}";
echo $char;  // Output: 閄

Ruby:

char = "\u{9584}"
puts char  # Output: 閄

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009584";  /* Display: 閄 */
}

HTML Decimal:

<p>HTML decimal: &#38276;</p>  <!-- Display: 閄 -->

HTML Hexadecimal:

<p>HTML hex: &#x9584;</p>  <!-- Display: 閄 -->

URL Encoding:

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

Encodings

MD5:

405ba16ceed202b964063a32e31ebca4

SHA1:

2e4d71cdde11ab443580520e3b3971aa291f270c

Base64:

6ZaE