Unicode Finder

"諈" U+8AC8(CJK UNIFIED IDEOGRAPH-8AC8)

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

Programming

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

Web

CSS
\008AC8
HtmlDecimal
諈
HtmlHexadecimal
諈
Url
%E8%AB%88

Code

MD5
01d4a067cbbb0c09d7e85ed36212e145
Sha1
04138000b8b8c1198e4c425b12ad8c1846cb427d
Base64
6KuI

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8AC8';
console.log(char);  // Output: 諈

Java:

char c = '\u8AC8';
System.out.println(c);  // Output: 諈

JSON:

{"text": "\u8AC8"}  // Value: 諈

Python:

char = '\u8AC8'
print(char)  # Output: 諈

Perl:

my $char = "\x{8AC8}";
print $char;  # Output: 諈

PHP:

$char = "\x{8AC8}";
echo $char;  // Output: 諈

Ruby:

char = "\u{8AC8}"
puts char  # Output: 諈

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#35528;</p>  <!-- Display: 諈 -->

HTML Hexadecimal:

<p>HTML hex: &#x8AC8;</p>  <!-- Display: 諈 -->

URL Encoding:

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

Encodings

MD5:

01d4a067cbbb0c09d7e85ed36212e145

SHA1:

04138000b8b8c1198e4c425b12ad8c1846cb427d

Base64:

6KuI