Unicode Finder

"螾" U+87BE(CJK UNIFIED IDEOGRAPH-87BE)

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

Programming

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

Web

CSS
\0087BE
HtmlDecimal
螾
HtmlHexadecimal
螾
Url
%E8%9E%BE

Code

MD5
803faddf042564080dc1245412008379
Sha1
f5f9c959d41185ef1867291d800ae568bdeb657b
Base64
6J6+

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u87BE';
console.log(char);  // Output: 螾

Java:

char c = '\u87BE';
System.out.println(c);  // Output: 螾

JSON:

{"text": "\u87BE"}  // Value: 螾

Python:

char = '\u87BE'
print(char)  # Output: 螾

Perl:

my $char = "\x{87BE}";
print $char;  # Output: 螾

PHP:

$char = "\x{87BE}";
echo $char;  // Output: 螾

Ruby:

char = "\u{87BE}"
puts char  # Output: 螾

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#34750;</p>  <!-- Display: 螾 -->

HTML Hexadecimal:

<p>HTML hex: &#x87BE;</p>  <!-- Display: 螾 -->

URL Encoding:

// 螾 URL encoding
https://unicodefinder.com/search.php?query=%E8%9E%BE

Encodings

MD5:

803faddf042564080dc1245412008379

SHA1:

f5f9c959d41185ef1867291d800ae568bdeb657b

Base64:

6J6+