Unicode Finder

"諁" U+8AC1(CJK UNIFIED IDEOGRAPH-8AC1)

U+8AC1
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-8AC1

Programming

C
\u8AC1
JavaScript
\u8AC1
Java
\u8AC1
Json
\u8AC1
Python
\u8AC1
Perl
\x{8AC1}
PHP
\x{8AC1}
Ruby
\u{8AC1}
Rust
\u{8AC1}
Go
\u8AC1

Web

CSS
\008AC1
HtmlDecimal
諁
HtmlHexadecimal
諁
Url
%E8%AB%81

Code

MD5
3962d1abf78766d3d3d950b6a753c428
Sha1
73285a97fac372920b286ddc1edf3a7b568819de
Base64
6KuB

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8AC1';
console.log(char);  // Output: 諁

Java:

char c = '\u8AC1';
System.out.println(c);  // Output: 諁

JSON:

{"text": "\u8AC1"}  // Value: 諁

Python:

char = '\u8AC1'
print(char)  # Output: 諁

Perl:

my $char = "\x{8AC1}";
print $char;  # Output: 諁

PHP:

$char = "\x{8AC1}";
echo $char;  // Output: 諁

Ruby:

char = "\u{8AC1}"
puts char  # Output: 諁

Rust:

let c = '\u{8AC1}';
println!("{}", c);  // Output: 諁

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008AC1";  /* Display: 諁 */
}

HTML Decimal:

<p>HTML decimal: &#35521;</p>  <!-- Display: 諁 -->

HTML Hexadecimal:

<p>HTML hex: &#x8AC1;</p>  <!-- Display: 諁 -->

URL Encoding:

// 諁 URL encoding
https://unicodefinder.com/search.php?query=%E8%AB%81

Encodings

MD5:

3962d1abf78766d3d3d950b6a753c428

SHA1:

73285a97fac372920b286ddc1edf3a7b568819de

Base64:

6KuB