Unicode Finder

"觀" U+89C0(CJK UNIFIED IDEOGRAPH-89C0)

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

Programming

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

Web

CSS
\0089C0
HtmlDecimal
觀
HtmlHexadecimal
觀
Url
%E8%A7%80

Code

MD5
4bfc0c059aa45d922d34cef361c208ee
Sha1
052827508c2fe2517ac74912529539edfc83a5d0
Base64
6KeA

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u89C0';
console.log(char);  // Output: 觀

Java:

char c = '\u89C0';
System.out.println(c);  // Output: 觀

JSON:

{"text": "\u89C0"}  // Value: 觀

Python:

char = '\u89C0'
print(char)  # Output: 觀

Perl:

my $char = "\x{89C0}";
print $char;  # Output: 觀

PHP:

$char = "\x{89C0}";
echo $char;  // Output: 觀

Ruby:

char = "\u{89C0}"
puts char  # Output: 觀

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#35264;</p>  <!-- Display: 觀 -->

HTML Hexadecimal:

<p>HTML hex: &#x89C0;</p>  <!-- Display: 觀 -->

URL Encoding:

// 觀 URL encoding
https://unicodefinder.com/search.php?query=%E8%A7%80

Encodings

MD5:

4bfc0c059aa45d922d34cef361c208ee

SHA1:

052827508c2fe2517ac74912529539edfc83a5d0

Base64:

6KeA