Unicode Finder

"蛆" U+86C6(CJK UNIFIED IDEOGRAPH-86C6)

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

Programming

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

Web

CSS
\0086C6
HtmlDecimal
蛆
HtmlHexadecimal
蛆
Url
%E8%9B%86

Code

MD5
d0080051ba0b34c1131a1790d2a67126
Sha1
58596ff86c78ed61e694b083a58497c2afedac1f
Base64
6JuG

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u86C6';
console.log(char);  // Output: 蛆

Java:

char c = '\u86C6';
System.out.println(c);  // Output: 蛆

JSON:

{"text": "\u86C6"}  // Value: 蛆

Python:

char = '\u86C6'
print(char)  # Output: 蛆

Perl:

my $char = "\x{86C6}";
print $char;  # Output: 蛆

PHP:

$char = "\x{86C6}";
echo $char;  // Output: 蛆

Ruby:

char = "\u{86C6}"
puts char  # Output: 蛆

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#34502;</p>  <!-- Display: 蛆 -->

HTML Hexadecimal:

<p>HTML hex: &#x86C6;</p>  <!-- Display: 蛆 -->

URL Encoding:

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

Encodings

MD5:

d0080051ba0b34c1131a1790d2a67126

SHA1:

58596ff86c78ed61e694b083a58497c2afedac1f

Base64:

6JuG