Unicode Finder

"覸" U+89B8(CJK UNIFIED IDEOGRAPH-89B8)

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

Programming

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

Web

CSS
\0089B8
HtmlDecimal
覸
HtmlHexadecimal
覸
Url
%E8%A6%B8

Code

MD5
df06cae1fce7253139bf320f2e6b5618
Sha1
47e8736cc60d7c07e898db7340d3840e8730601d
Base64
6Ka4

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u89B8';
console.log(char);  // Output: 覸

Java:

char c = '\u89B8';
System.out.println(c);  // Output: 覸

JSON:

{"text": "\u89B8"}  // Value: 覸

Python:

char = '\u89B8'
print(char)  # Output: 覸

Perl:

my $char = "\x{89B8}";
print $char;  # Output: 覸

PHP:

$char = "\x{89B8}";
echo $char;  // Output: 覸

Ruby:

char = "\u{89B8}"
puts char  # Output: 覸

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#35256;</p>  <!-- Display: 覸 -->

HTML Hexadecimal:

<p>HTML hex: &#x89B8;</p>  <!-- Display: 覸 -->

URL Encoding:

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

Encodings

MD5:

df06cae1fce7253139bf320f2e6b5618

SHA1:

47e8736cc60d7c07e898db7340d3840e8730601d

Base64:

6Ka4