Unicode Finder

"覎" U+898E(CJK UNIFIED IDEOGRAPH-898E)

U+898E
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-898E

Programming

C
\u898E
JavaScript
\u898E
Java
\u898E
Json
\u898E
Python
\u898E
Perl
\x{898E}
PHP
\x{898E}
Ruby
\u{898E}
Rust
\u{898E}
Go
\u898E

Web

CSS
\00898E
HtmlDecimal
覎
HtmlHexadecimal
覎
Url
%E8%A6%8E

Code

MD5
4325b99bf4eb67661ebce8d68a0e7086
Sha1
1b99051cddbd7d5c07cc997da1484156d9f62437
Base64
6KaO

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u898E';
console.log(char);  // Output: 覎

Java:

char c = '\u898E';
System.out.println(c);  // Output: 覎

JSON:

{"text": "\u898E"}  // Value: 覎

Python:

char = '\u898E'
print(char)  # Output: 覎

Perl:

my $char = "\x{898E}";
print $char;  # Output: 覎

PHP:

$char = "\x{898E}";
echo $char;  // Output: 覎

Ruby:

char = "\u{898E}"
puts char  # Output: 覎

Rust:

let c = '\u{898E}';
println!("{}", c);  // Output: 覎

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00898E";  /* Display: 覎 */
}

HTML Decimal:

<p>HTML decimal: &#35214;</p>  <!-- Display: 覎 -->

HTML Hexadecimal:

<p>HTML hex: &#x898E;</p>  <!-- Display: 覎 -->

URL Encoding:

// 覎 URL encoding
https://unicodefinder.com/search.php?query=%E8%A6%8E

Encodings

MD5:

4325b99bf4eb67661ebce8d68a0e7086

SHA1:

1b99051cddbd7d5c07cc997da1484156d9f62437

Base64:

6KaO