Unicode Finder

"躨" U+8EA8(CJK UNIFIED IDEOGRAPH-8EA8)

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

Programming

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

Web

CSS
\008EA8
HtmlDecimal
躨
HtmlHexadecimal
躨
Url
%E8%BA%A8

Code

MD5
7cf393ce03ba8a7587fbdecbfaf0a411
Sha1
1ff1501f50edb25f60ef9811854d3f524b4e5720
Base64
6Lqo

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8EA8';
console.log(char);  // Output: 躨

Java:

char c = '\u8EA8';
System.out.println(c);  // Output: 躨

JSON:

{"text": "\u8EA8"}  // Value: 躨

Python:

char = '\u8EA8'
print(char)  # Output: 躨

Perl:

my $char = "\x{8EA8}";
print $char;  # Output: 躨

PHP:

$char = "\x{8EA8}";
echo $char;  // Output: 躨

Ruby:

char = "\u{8EA8}"
puts char  # Output: 躨

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#36520;</p>  <!-- Display: 躨 -->

HTML Hexadecimal:

<p>HTML hex: &#x8EA8;</p>  <!-- Display: 躨 -->

URL Encoding:

// 躨 URL encoding
https://unicodefinder.com/search.php?query=%E8%BA%A8

Encodings

MD5:

7cf393ce03ba8a7587fbdecbfaf0a411

SHA1:

1ff1501f50edb25f60ef9811854d3f524b4e5720

Base64:

6Lqo

© 2025 Unicode Finder

躨 U+8EA8 CJK UNIFIED IDEOGRAPH-8EA8 Unicode 字符 - Unicode Finder

Contact: d2@fanqiang.me