Unicode Finder

"踍" U+8E0D(CJK UNIFIED IDEOGRAPH-8E0D)

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

Programming

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

Web

CSS
\008E0D
HtmlDecimal
踍
HtmlHexadecimal
踍
Url
%E8%B8%8D

Code

MD5
dd96564efe3f3b909d0ae093ea242852
Sha1
95cd5e66fca2f4cd6a41051e6d584a4a3a266d47
Base64
6LiN

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8E0D';
console.log(char);  // Output: 踍

Java:

char c = '\u8E0D';
System.out.println(c);  // Output: 踍

JSON:

{"text": "\u8E0D"}  // Value: 踍

Python:

char = '\u8E0D'
print(char)  # Output: 踍

Perl:

my $char = "\x{8E0D}";
print $char;  # Output: 踍

PHP:

$char = "\x{8E0D}";
echo $char;  // Output: 踍

Ruby:

char = "\u{8E0D}"
puts char  # Output: 踍

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#36365;</p>  <!-- Display: 踍 -->

HTML Hexadecimal:

<p>HTML hex: &#x8E0D;</p>  <!-- Display: 踍 -->

URL Encoding:

// 踍 URL encoding
https://unicodefinder.com/search.php?query=%E8%B8%8D

Encodings

MD5:

dd96564efe3f3b909d0ae093ea242852

SHA1:

95cd5e66fca2f4cd6a41051e6d584a4a3a266d47

Base64:

6LiN

© 2025 Unicode Finder

踍 U+8E0D CJK UNIFIED IDEOGRAPH-8E0D Unicode 字符 - Unicode Finder

Contact: d2@fanqiang.me