Unicode Finder

"觴" U+89F4(CJK UNIFIED IDEOGRAPH-89F4)

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

Programming

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

Web

CSS
\0089F4
HtmlDecimal
觴
HtmlHexadecimal
觴
Url
%E8%A7%B4

Code

MD5
597b65832346a5ca0ec41511d0210eab
Sha1
da5f73a54e64cbfa5cfaa8fc30920564c6ff7a6f
Base64
6Ke0

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u89F4';
console.log(char);  // Output: 觴

Java:

char c = '\u89F4';
System.out.println(c);  // Output: 觴

JSON:

{"text": "\u89F4"}  // Value: 觴

Python:

char = '\u89F4'
print(char)  # Output: 觴

Perl:

my $char = "\x{89F4}";
print $char;  # Output: 觴

PHP:

$char = "\x{89F4}";
echo $char;  // Output: 觴

Ruby:

char = "\u{89F4}"
puts char  # Output: 觴

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#35316;</p>  <!-- Display: 觴 -->

HTML Hexadecimal:

<p>HTML hex: &#x89F4;</p>  <!-- Display: 觴 -->

URL Encoding:

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

Encodings

MD5:

597b65832346a5ca0ec41511d0210eab

SHA1:

da5f73a54e64cbfa5cfaa8fc30920564c6ff7a6f

Base64:

6Ke0