Unicode Finder

"蹥" U+8E65(CJK UNIFIED IDEOGRAPH-8E65)

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

Programming

C
\u8E65
JavaScript
\u8E65
Java
\u8E65
Json
\u8E65
Python
\u8E65
Perl
\x{8E65}
PHP
\x{8E65}
Ruby
\u{8E65}
Rust
\u{8E65}
Go
\u8E65

Web

CSS
\008E65
HtmlDecimal
蹥
HtmlHexadecimal
蹥
Url
%E8%B9%A5

Code

MD5
f8d320ee7e032a66f9379aa556bfdfd2
Sha1
f2f2c4b4707e96ecbb49d54125bccf7ab7992f3a
Base64
6Lml

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8E65';
console.log(char);  // Output: 蹥

Java:

char c = '\u8E65';
System.out.println(c);  // Output: 蹥

JSON:

{"text": "\u8E65"}  // Value: 蹥

Python:

char = '\u8E65'
print(char)  # Output: 蹥

Perl:

my $char = "\x{8E65}";
print $char;  # Output: 蹥

PHP:

$char = "\x{8E65}";
echo $char;  // Output: 蹥

Ruby:

char = "\u{8E65}"
puts char  # Output: 蹥

Rust:

let c = '\u{8E65}';
println!("{}", c);  // Output: 蹥

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008E65";  /* Display: 蹥 */
}

HTML Decimal:

<p>HTML decimal: &#36453;</p>  <!-- Display: 蹥 -->

HTML Hexadecimal:

<p>HTML hex: &#x8E65;</p>  <!-- Display: 蹥 -->

URL Encoding:

// 蹥 URL encoding
https://unicodefinder.com/search.php?query=%E8%B9%A5

Encodings

MD5:

f8d320ee7e032a66f9379aa556bfdfd2

SHA1:

f2f2c4b4707e96ecbb49d54125bccf7ab7992f3a

Base64:

6Lml

© 2025 Unicode Finder

蹥 U+8E65 CJK UNIFIED IDEOGRAPH-8E65 Unicode 字符 - Unicode Finder

Contact: d2@fanqiang.me