Unicode Finder

"蛶" U+86F6(CJK UNIFIED IDEOGRAPH-86F6)

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

Programming

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

Web

CSS
\0086F6
HtmlDecimal
蛶
HtmlHexadecimal
蛶
Url
%E8%9B%B6

Code

MD5
348d3b3f8c0fed16cc5c91ad43e29fdf
Sha1
148ba54618b800859a69625edb50bae07fb8d9ec
Base64
6Ju2

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u86F6';
console.log(char);  // Output: 蛶

Java:

char c = '\u86F6';
System.out.println(c);  // Output: 蛶

JSON:

{"text": "\u86F6"}  // Value: 蛶

Python:

char = '\u86F6'
print(char)  # Output: 蛶

Perl:

my $char = "\x{86F6}";
print $char;  # Output: 蛶

PHP:

$char = "\x{86F6}";
echo $char;  // Output: 蛶

Ruby:

char = "\u{86F6}"
puts char  # Output: 蛶

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#34550;</p>  <!-- Display: 蛶 -->

HTML Hexadecimal:

<p>HTML hex: &#x86F6;</p>  <!-- Display: 蛶 -->

URL Encoding:

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

Encodings

MD5:

348d3b3f8c0fed16cc5c91ad43e29fdf

SHA1:

148ba54618b800859a69625edb50bae07fb8d9ec

Base64:

6Ju2