Unicode Finder

"蠶" U+8836(CJK UNIFIED IDEOGRAPH-8836)

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

Programming

C
\u8836
JavaScript
\u8836
Java
\u8836
Json
\u8836
Python
\u8836
Perl
\x{8836}
PHP
\x{8836}
Ruby
\u{8836}
Rust
\u{8836}
Go
\u8836

Web

CSS
\008836
HtmlDecimal
蠶
HtmlHexadecimal
蠶
Url
%E8%A0%B6

Code

MD5
ed6b304cefdc01cdc484d8f2021a9a5c
Sha1
de1d41883fc0df85e352cd359be0b34f0183ef41
Base64
6KC2

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8836';
console.log(char);  // Output: 蠶

Java:

char c = '\u8836';
System.out.println(c);  // Output: 蠶

JSON:

{"text": "\u8836"}  // Value: 蠶

Python:

char = '\u8836'
print(char)  # Output: 蠶

Perl:

my $char = "\x{8836}";
print $char;  # Output: 蠶

PHP:

$char = "\x{8836}";
echo $char;  // Output: 蠶

Ruby:

char = "\u{8836}"
puts char  # Output: 蠶

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008836";  /* Display: 蠶 */
}

HTML Decimal:

<p>HTML decimal: &#34870;</p>  <!-- Display: 蠶 -->

HTML Hexadecimal:

<p>HTML hex: &#x8836;</p>  <!-- Display: 蠶 -->

URL Encoding:

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

Encodings

MD5:

ed6b304cefdc01cdc484d8f2021a9a5c

SHA1:

de1d41883fc0df85e352cd359be0b34f0183ef41

Base64:

6KC2