Unicode Finder

"覯" U+89AF(CJK UNIFIED IDEOGRAPH-89AF)

U+89AF
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-89AF

Programming

C
\u89AF
JavaScript
\u89AF
Java
\u89AF
Json
\u89AF
Python
\u89AF
Perl
\x{89AF}
PHP
\x{89AF}
Ruby
\u{89AF}
Rust
\u{89AF}
Go
\u89AF

Web

CSS
\0089AF
HtmlDecimal
覯
HtmlHexadecimal
覯
Url
%E8%A6%AF

Code

MD5
539706b758d9cf2fb1c0edabda877d7b
Sha1
3b5165bd4ffd7e708af15190122e565d002df991
Base64
6Kav

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u89AF';
console.log(char);  // Output: 覯

Java:

char c = '\u89AF';
System.out.println(c);  // Output: 覯

JSON:

{"text": "\u89AF"}  // Value: 覯

Python:

char = '\u89AF'
print(char)  # Output: 覯

Perl:

my $char = "\x{89AF}";
print $char;  # Output: 覯

PHP:

$char = "\x{89AF}";
echo $char;  // Output: 覯

Ruby:

char = "\u{89AF}"
puts char  # Output: 覯

Rust:

let c = '\u{89AF}';
println!("{}", c);  // Output: 覯

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0089AF";  /* Display: 覯 */
}

HTML Decimal:

<p>HTML decimal: &#35247;</p>  <!-- Display: 覯 -->

HTML Hexadecimal:

<p>HTML hex: &#x89AF;</p>  <!-- Display: 覯 -->

URL Encoding:

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

Encodings

MD5:

539706b758d9cf2fb1c0edabda877d7b

SHA1:

3b5165bd4ffd7e708af15190122e565d002df991

Base64:

6Kav