Unicode Finder

"覜" U+899C(CJK UNIFIED IDEOGRAPH-899C)

U+899C
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-899C

Programming

C
\u899C
JavaScript
\u899C
Java
\u899C
Json
\u899C
Python
\u899C
Perl
\x{899C}
PHP
\x{899C}
Ruby
\u{899C}
Rust
\u{899C}
Go
\u899C

Web

CSS
\00899C
HtmlDecimal
覜
HtmlHexadecimal
覜
Url
%E8%A6%9C

Code

MD5
e49cdb73224e66d3bd402bb6fd6a01b5
Sha1
c8d5e623775c67919a46a92bf3742086d71fe781
Base64
6Kac

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u899C';
console.log(char);  // Output: 覜

Java:

char c = '\u899C';
System.out.println(c);  // Output: 覜

JSON:

{"text": "\u899C"}  // Value: 覜

Python:

char = '\u899C'
print(char)  # Output: 覜

Perl:

my $char = "\x{899C}";
print $char;  # Output: 覜

PHP:

$char = "\x{899C}";
echo $char;  // Output: 覜

Ruby:

char = "\u{899C}"
puts char  # Output: 覜

Rust:

let c = '\u{899C}';
println!("{}", c);  // Output: 覜

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00899C";  /* Display: 覜 */
}

HTML Decimal:

<p>HTML decimal: &#35228;</p>  <!-- Display: 覜 -->

HTML Hexadecimal:

<p>HTML hex: &#x899C;</p>  <!-- Display: 覜 -->

URL Encoding:

// 覜 URL encoding
https://unicodefinder.com/search.php?query=%E8%A6%9C

Encodings

MD5:

e49cdb73224e66d3bd402bb6fd6a01b5

SHA1:

c8d5e623775c67919a46a92bf3742086d71fe781

Base64:

6Kac