Unicode Finder

"蜐" U+8710(CJK UNIFIED IDEOGRAPH-8710)

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

Programming

C
\u8710
JavaScript
\u8710
Java
\u8710
Json
\u8710
Python
\u8710
Perl
\x{8710}
PHP
\x{8710}
Ruby
\u{8710}
Rust
\u{8710}
Go
\u8710

Web

CSS
\008710
HtmlDecimal
蜐
HtmlHexadecimal
蜐
Url
%E8%9C%90

Code

MD5
6cb26aa7baa6432b1ce947a8afbb2237
Sha1
e862223f0be688497b4a626e4f18d150045d9fc8
Base64
6JyQ

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8710';
console.log(char);  // Output: 蜐

Java:

char c = '\u8710';
System.out.println(c);  // Output: 蜐

JSON:

{"text": "\u8710"}  // Value: 蜐

Python:

char = '\u8710'
print(char)  # Output: 蜐

Perl:

my $char = "\x{8710}";
print $char;  # Output: 蜐

PHP:

$char = "\x{8710}";
echo $char;  // Output: 蜐

Ruby:

char = "\u{8710}"
puts char  # Output: 蜐

Rust:

let c = '\u{8710}';
println!("{}", c);  // Output: 蜐

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008710";  /* Display: 蜐 */
}

HTML Decimal:

<p>HTML decimal: &#34576;</p>  <!-- Display: 蜐 -->

HTML Hexadecimal:

<p>HTML hex: &#x8710;</p>  <!-- Display: 蜐 -->

URL Encoding:

// 蜐 URL encoding
https://unicodefinder.com/search.php?query=%E8%9C%90

Encodings

MD5:

6cb26aa7baa6432b1ce947a8afbb2237

SHA1:

e862223f0be688497b4a626e4f18d150045d9fc8

Base64:

6JyQ