Unicode Finder

"諼" U+8AFC(CJK UNIFIED IDEOGRAPH-8AFC)

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

Programming

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

Web

CSS
\008AFC
HtmlDecimal
諼
HtmlHexadecimal
諼
Url
%E8%AB%BC

Code

MD5
994fcf97c9360f46d4afce09bd34d44a
Sha1
b5db4d0c8c378fba0189cf72d58da26ca5e8ac1e
Base64
6Ku8

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8AFC';
console.log(char);  // Output: 諼

Java:

char c = '\u8AFC';
System.out.println(c);  // Output: 諼

JSON:

{"text": "\u8AFC"}  // Value: 諼

Python:

char = '\u8AFC'
print(char)  # Output: 諼

Perl:

my $char = "\x{8AFC}";
print $char;  # Output: 諼

PHP:

$char = "\x{8AFC}";
echo $char;  // Output: 諼

Ruby:

char = "\u{8AFC}"
puts char  # Output: 諼

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#35580;</p>  <!-- Display: 諼 -->

HTML Hexadecimal:

<p>HTML hex: &#x8AFC;</p>  <!-- Display: 諼 -->

URL Encoding:

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

Encodings

MD5:

994fcf97c9360f46d4afce09bd34d44a

SHA1:

b5db4d0c8c378fba0189cf72d58da26ca5e8ac1e

Base64:

6Ku8