Unicode Finder

"跅" U+8DC5(CJK UNIFIED IDEOGRAPH-8DC5)

U+8DC5
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-8DC5

Programming

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

Web

CSS
\008DC5
HtmlDecimal
跅
HtmlHexadecimal
跅
Url
%E8%B7%85

Code

MD5
06063df8e496af166e4d1a97519ae5d6
Sha1
6ea134de872d84d3f5ef6524a2193989f077fc9d
Base64
6LeF

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8DC5';
console.log(char);  // Output: 跅

Java:

char c = '\u8DC5';
System.out.println(c);  // Output: 跅

JSON:

{"text": "\u8DC5"}  // Value: 跅

Python:

char = '\u8DC5'
print(char)  # Output: 跅

Perl:

my $char = "\x{8DC5}";
print $char;  # Output: 跅

PHP:

$char = "\x{8DC5}";
echo $char;  // Output: 跅

Ruby:

char = "\u{8DC5}"
puts char  # Output: 跅

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#36293;</p>  <!-- Display: 跅 -->

HTML Hexadecimal:

<p>HTML hex: &#x8DC5;</p>  <!-- Display: 跅 -->

URL Encoding:

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

Encodings

MD5:

06063df8e496af166e4d1a97519ae5d6

SHA1:

6ea134de872d84d3f5ef6524a2193989f077fc9d

Base64:

6LeF