Unicode Finder

"蠠" U+8820(CJK UNIFIED IDEOGRAPH-8820)

U+8820
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-8820

Programming

C
\u8820
JavaScript
\u8820
Java
\u8820
Json
\u8820
Python
\u8820
Perl
\x{8820}
PHP
\x{8820}
Ruby
\u{8820}
Rust
\u{8820}
Go
\u8820

Web

CSS
\008820
HtmlDecimal
蠠
HtmlHexadecimal
蠠
Url
%E8%A0%A0

Code

MD5
95ed60a12e1e63b9ffaf7e295f8fd9b3
Sha1
6aff095fdfe386c13a1358823a07a0e0bcd6ed11
Base64
6KCg

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8820';
console.log(char);  // Output: 蠠

Java:

char c = '\u8820';
System.out.println(c);  // Output: 蠠

JSON:

{"text": "\u8820"}  // Value: 蠠

Python:

char = '\u8820'
print(char)  # Output: 蠠

Perl:

my $char = "\x{8820}";
print $char;  # Output: 蠠

PHP:

$char = "\x{8820}";
echo $char;  // Output: 蠠

Ruby:

char = "\u{8820}"
puts char  # Output: 蠠

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008820";  /* Display: 蠠 */
}

HTML Decimal:

<p>HTML decimal: &#34848;</p>  <!-- Display: 蠠 -->

HTML Hexadecimal:

<p>HTML hex: &#x8820;</p>  <!-- Display: 蠠 -->

URL Encoding:

// 蠠 URL encoding
https://unicodefinder.com/search.php?query=%E8%A0%A0

Encodings

MD5:

95ed60a12e1e63b9ffaf7e295f8fd9b3

SHA1:

6aff095fdfe386c13a1358823a07a0e0bcd6ed11

Base64:

6KCg