Unicode Finder

"蟴" U+87F4(CJK UNIFIED IDEOGRAPH-87F4)

U+87F4
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-87F4

Programming

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

Web

CSS
\0087F4
HtmlDecimal
蟴
HtmlHexadecimal
蟴
Url
%E8%9F%B4

Code

MD5
48b77df803ef82439883170e73f80ddc
Sha1
2e79bac7b5f1d6da3e6b5c9433173093b26d14f2
Base64
6J+0

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u87F4';
console.log(char);  // Output: 蟴

Java:

char c = '\u87F4';
System.out.println(c);  // Output: 蟴

JSON:

{"text": "\u87F4"}  // Value: 蟴

Python:

char = '\u87F4'
print(char)  # Output: 蟴

Perl:

my $char = "\x{87F4}";
print $char;  # Output: 蟴

PHP:

$char = "\x{87F4}";
echo $char;  // Output: 蟴

Ruby:

char = "\u{87F4}"
puts char  # Output: 蟴

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#34804;</p>  <!-- Display: 蟴 -->

HTML Hexadecimal:

<p>HTML hex: &#x87F4;</p>  <!-- Display: 蟴 -->

URL Encoding:

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

Encodings

MD5:

48b77df803ef82439883170e73f80ddc

SHA1:

2e79bac7b5f1d6da3e6b5c9433173093b26d14f2

Base64:

6J+0