Unicode Finder

"蛈" U+86C8(CJK UNIFIED IDEOGRAPH-86C8)

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

Programming

C
\u86C8
JavaScript
\u86C8
Java
\u86C8
Json
\u86C8
Python
\u86C8
Perl
\x{86C8}
PHP
\x{86C8}
Ruby
\u{86C8}
Rust
\u{86C8}
Go
\u86C8

Web

CSS
\0086C8
HtmlDecimal
蛈
HtmlHexadecimal
蛈
Url
%E8%9B%88

Code

MD5
0130f4d9d5d4e2496ffcdef17bacbdd3
Sha1
5b86f72b11eb00a2a0b371688609cb416fbbf1ca
Base64
6JuI

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u86C8';
console.log(char);  // Output: 蛈

Java:

char c = '\u86C8';
System.out.println(c);  // Output: 蛈

JSON:

{"text": "\u86C8"}  // Value: 蛈

Python:

char = '\u86C8'
print(char)  # Output: 蛈

Perl:

my $char = "\x{86C8}";
print $char;  # Output: 蛈

PHP:

$char = "\x{86C8}";
echo $char;  // Output: 蛈

Ruby:

char = "\u{86C8}"
puts char  # Output: 蛈

Rust:

let c = '\u{86C8}';
println!("{}", c);  // Output: 蛈

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0086C8";  /* Display: 蛈 */
}

HTML Decimal:

<p>HTML decimal: &#34504;</p>  <!-- Display: 蛈 -->

HTML Hexadecimal:

<p>HTML hex: &#x86C8;</p>  <!-- Display: 蛈 -->

URL Encoding:

// 蛈 URL encoding
https://unicodefinder.com/search.php?query=%E8%9B%88

Encodings

MD5:

0130f4d9d5d4e2496ffcdef17bacbdd3

SHA1:

5b86f72b11eb00a2a0b371688609cb416fbbf1ca

Base64:

6JuI