Unicode Finder

"覆" U+8986(CJK UNIFIED IDEOGRAPH-8986)

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

Programming

C
\u8986
JavaScript
\u8986
Java
\u8986
Json
\u8986
Python
\u8986
Perl
\x{8986}
PHP
\x{8986}
Ruby
\u{8986}
Rust
\u{8986}
Go
\u8986

Web

CSS
\008986
HtmlDecimal
覆
HtmlHexadecimal
覆
Url
%E8%A6%86

Code

MD5
3f86302c3a590f0c6be17aa0a71d9057
Sha1
ef4f3c494ce8ff35380eb7e69edc50b37b6258d7
Base64
6KaG

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8986';
console.log(char);  // Output: 覆

Java:

char c = '\u8986';
System.out.println(c);  // Output: 覆

JSON:

{"text": "\u8986"}  // Value: 覆

Python:

char = '\u8986'
print(char)  # Output: 覆

Perl:

my $char = "\x{8986}";
print $char;  # Output: 覆

PHP:

$char = "\x{8986}";
echo $char;  // Output: 覆

Ruby:

char = "\u{8986}"
puts char  # Output: 覆

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008986";  /* Display: 覆 */
}

HTML Decimal:

<p>HTML decimal: &#35206;</p>  <!-- Display: 覆 -->

HTML Hexadecimal:

<p>HTML hex: &#x8986;</p>  <!-- Display: 覆 -->

URL Encoding:

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

Encodings

MD5:

3f86302c3a590f0c6be17aa0a71d9057

SHA1:

ef4f3c494ce8ff35380eb7e69edc50b37b6258d7

Base64:

6KaG