Unicode Finder

"覔" U+8994(CJK UNIFIED IDEOGRAPH-8994)

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

Programming

C
\u8994
JavaScript
\u8994
Java
\u8994
Json
\u8994
Python
\u8994
Perl
\x{8994}
PHP
\x{8994}
Ruby
\u{8994}
Rust
\u{8994}
Go
\u8994

Web

CSS
\008994
HtmlDecimal
覔
HtmlHexadecimal
覔
Url
%E8%A6%94

Code

MD5
d8a77aa82e8c79922e5b495b5e52876d
Sha1
3d11232d3e4d7b2884ca676a3f6fe52fbdf3b487
Base64
6KaU

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8994';
console.log(char);  // Output: 覔

Java:

char c = '\u8994';
System.out.println(c);  // Output: 覔

JSON:

{"text": "\u8994"}  // Value: 覔

Python:

char = '\u8994'
print(char)  # Output: 覔

Perl:

my $char = "\x{8994}";
print $char;  # Output: 覔

PHP:

$char = "\x{8994}";
echo $char;  // Output: 覔

Ruby:

char = "\u{8994}"
puts char  # Output: 覔

Rust:

let c = '\u{8994}';
println!("{}", c);  // Output: 覔

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008994";  /* Display: 覔 */
}

HTML Decimal:

<p>HTML decimal: &#35220;</p>  <!-- Display: 覔 -->

HTML Hexadecimal:

<p>HTML hex: &#x8994;</p>  <!-- Display: 覔 -->

URL Encoding:

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

Encodings

MD5:

d8a77aa82e8c79922e5b495b5e52876d

SHA1:

3d11232d3e4d7b2884ca676a3f6fe52fbdf3b487

Base64:

6KaU