Unicode Finder

"觶" U+89F6(CJK UNIFIED IDEOGRAPH-89F6)

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

Programming

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

Web

CSS
\0089F6
HtmlDecimal
觶
HtmlHexadecimal
觶
Url
%E8%A7%B6

Code

MD5
79ad5ba67aa5fc975dfa332e764fbf19
Sha1
5a2cf3d03751d2e19f52c75c6cd46c0cb9ef4c7a
Base64
6Ke2

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u89F6';
console.log(char);  // Output: 觶

Java:

char c = '\u89F6';
System.out.println(c);  // Output: 觶

JSON:

{"text": "\u89F6"}  // Value: 觶

Python:

char = '\u89F6'
print(char)  # Output: 觶

Perl:

my $char = "\x{89F6}";
print $char;  # Output: 觶

PHP:

$char = "\x{89F6}";
echo $char;  // Output: 觶

Ruby:

char = "\u{89F6}"
puts char  # Output: 觶

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#35318;</p>  <!-- Display: 觶 -->

HTML Hexadecimal:

<p>HTML hex: &#x89F6;</p>  <!-- Display: 觶 -->

URL Encoding:

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

Encodings

MD5:

79ad5ba67aa5fc975dfa332e764fbf19

SHA1:

5a2cf3d03751d2e19f52c75c6cd46c0cb9ef4c7a

Base64:

6Ke2