Unicode Finder

"諅" U+8AC5(CJK UNIFIED IDEOGRAPH-8AC5)

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

Programming

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

Web

CSS
\008AC5
HtmlDecimal
諅
HtmlHexadecimal
諅
Url
%E8%AB%85

Code

MD5
214f3b934e6c6b35089b291473fef1fc
Sha1
df1eb6b048037ddce6859dd289931e36bf8fd348
Base64
6KuF

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8AC5';
console.log(char);  // Output: 諅

Java:

char c = '\u8AC5';
System.out.println(c);  // Output: 諅

JSON:

{"text": "\u8AC5"}  // Value: 諅

Python:

char = '\u8AC5'
print(char)  # Output: 諅

Perl:

my $char = "\x{8AC5}";
print $char;  # Output: 諅

PHP:

$char = "\x{8AC5}";
echo $char;  // Output: 諅

Ruby:

char = "\u{8AC5}"
puts char  # Output: 諅

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#35525;</p>  <!-- Display: 諅 -->

HTML Hexadecimal:

<p>HTML hex: &#x8AC5;</p>  <!-- Display: 諅 -->

URL Encoding:

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

Encodings

MD5:

214f3b934e6c6b35089b291473fef1fc

SHA1:

df1eb6b048037ddce6859dd289931e36bf8fd348

Base64:

6KuF