Unicode Finder

"跸" U+8DF8(CJK UNIFIED IDEOGRAPH-8DF8)

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

Programming

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

Web

CSS
\008DF8
HtmlDecimal
跸
HtmlHexadecimal
跸
Url
%E8%B7%B8

Code

MD5
c8496f5410bc53f8b31a39ca7948ae9f
Sha1
24e683c41f36175fa906e7f90683b76b9458c3c3
Base64
6Le4

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8DF8';
console.log(char);  // Output: 跸

Java:

char c = '\u8DF8';
System.out.println(c);  // Output: 跸

JSON:

{"text": "\u8DF8"}  // Value: 跸

Python:

char = '\u8DF8'
print(char)  # Output: 跸

Perl:

my $char = "\x{8DF8}";
print $char;  # Output: 跸

PHP:

$char = "\x{8DF8}";
echo $char;  // Output: 跸

Ruby:

char = "\u{8DF8}"
puts char  # Output: 跸

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#36344;</p>  <!-- Display: 跸 -->

HTML Hexadecimal:

<p>HTML hex: &#x8DF8;</p>  <!-- Display: 跸 -->

URL Encoding:

// 跸 URL encoding
https://unicodefinder.com/search.php?query=%E8%B7%B8

Encodings

MD5:

c8496f5410bc53f8b31a39ca7948ae9f

SHA1:

24e683c41f36175fa906e7f90683b76b9458c3c3

Base64:

6Le4

© 2025 Unicode Finder

跸 U+8DF8 CJK UNIFIED IDEOGRAPH-8DF8 Unicode 字符 - Unicode Finder

Contact: d2@fanqiang.me