Unicode Finder

"誯" U+8AAF(CJK UNIFIED IDEOGRAPH-8AAF)

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

Programming

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

Web

CSS
\008AAF
HtmlDecimal
誯
HtmlHexadecimal
誯
Url
%E8%AA%AF

Code

MD5
c44cf70d2f2675d6cae081c63ceff396
Sha1
c31685b91ebf3a2c311fb9dd00a7fed076b297b5
Base64
6Kqv

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8AAF';
console.log(char);  // Output: 誯

Java:

char c = '\u8AAF';
System.out.println(c);  // Output: 誯

JSON:

{"text": "\u8AAF"}  // Value: 誯

Python:

char = '\u8AAF'
print(char)  # Output: 誯

Perl:

my $char = "\x{8AAF}";
print $char;  # Output: 誯

PHP:

$char = "\x{8AAF}";
echo $char;  // Output: 誯

Ruby:

char = "\u{8AAF}"
puts char  # Output: 誯

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#35503;</p>  <!-- Display: 誯 -->

HTML Hexadecimal:

<p>HTML hex: &#x8AAF;</p>  <!-- Display: 誯 -->

URL Encoding:

// 誯 URL encoding
https://unicodefinder.com/search.php?query=%E8%AA%AF

Encodings

MD5:

c44cf70d2f2675d6cae081c63ceff396

SHA1:

c31685b91ebf3a2c311fb9dd00a7fed076b297b5

Base64:

6Kqv