Unicode Finder

"蟽" U+87FD(CJK UNIFIED IDEOGRAPH-87FD)

U+87FD
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-87FD

Programming

C
\u87FD
JavaScript
\u87FD
Java
\u87FD
Json
\u87FD
Python
\u87FD
Perl
\x{87FD}
PHP
\x{87FD}
Ruby
\u{87FD}
Rust
\u{87FD}
Go
\u87FD

Web

CSS
\0087FD
HtmlDecimal
蟽
HtmlHexadecimal
蟽
Url
%E8%9F%BD

Code

MD5
3ba1b13d5b86e56f15c6bc0964c02cbb
Sha1
c028eef41c5b5f727b82acafa37a3d49d2d00542
Base64
6J+9

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u87FD';
console.log(char);  // Output: 蟽

Java:

char c = '\u87FD';
System.out.println(c);  // Output: 蟽

JSON:

{"text": "\u87FD"}  // Value: 蟽

Python:

char = '\u87FD'
print(char)  # Output: 蟽

Perl:

my $char = "\x{87FD}";
print $char;  # Output: 蟽

PHP:

$char = "\x{87FD}";
echo $char;  // Output: 蟽

Ruby:

char = "\u{87FD}"
puts char  # Output: 蟽

Rust:

let c = '\u{87FD}';
println!("{}", c);  // Output: 蟽

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0087FD";  /* Display: 蟽 */
}

HTML Decimal:

<p>HTML decimal: &#34813;</p>  <!-- Display: 蟽 -->

HTML Hexadecimal:

<p>HTML hex: &#x87FD;</p>  <!-- Display: 蟽 -->

URL Encoding:

// 蟽 URL encoding
https://unicodefinder.com/search.php?query=%E8%9F%BD

Encodings

MD5:

3ba1b13d5b86e56f15c6bc0964c02cbb

SHA1:

c028eef41c5b5f727b82acafa37a3d49d2d00542

Base64:

6J+9