Unicode Finder

"觙" U+89D9(CJK UNIFIED IDEOGRAPH-89D9)

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

Programming

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

Web

CSS
\0089D9
HtmlDecimal
觙
HtmlHexadecimal
觙
Url
%E8%A7%99

Code

MD5
5ae4e42e5c8254f272c8f3abd2ff8377
Sha1
65ae14f2eb97dde7382aeba6e56c52d344e9da5a
Base64
6KeZ

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u89D9';
console.log(char);  // Output: 觙

Java:

char c = '\u89D9';
System.out.println(c);  // Output: 觙

JSON:

{"text": "\u89D9"}  // Value: 觙

Python:

char = '\u89D9'
print(char)  # Output: 觙

Perl:

my $char = "\x{89D9}";
print $char;  # Output: 觙

PHP:

$char = "\x{89D9}";
echo $char;  // Output: 觙

Ruby:

char = "\u{89D9}"
puts char  # Output: 觙

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#35289;</p>  <!-- Display: 觙 -->

HTML Hexadecimal:

<p>HTML hex: &#x89D9;</p>  <!-- Display: 觙 -->

URL Encoding:

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

Encodings

MD5:

5ae4e42e5c8254f272c8f3abd2ff8377

SHA1:

65ae14f2eb97dde7382aeba6e56c52d344e9da5a

Base64:

6KeZ