Unicode Finder

"蜗" U+8717(CJK UNIFIED IDEOGRAPH-8717)

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

Programming

C
\u8717
JavaScript
\u8717
Java
\u8717
Json
\u8717
Python
\u8717
Perl
\x{8717}
PHP
\x{8717}
Ruby
\u{8717}
Rust
\u{8717}
Go
\u8717

Web

CSS
\008717
HtmlDecimal
蜗
HtmlHexadecimal
蜗
Url
%E8%9C%97

Code

MD5
ea019ca6197c7d5b5bd72dd35db59905
Sha1
1e2ac89a7318955202428a052c94379e752c7b8c
Base64
6JyX

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8717';
console.log(char);  // Output: 蜗

Java:

char c = '\u8717';
System.out.println(c);  // Output: 蜗

JSON:

{"text": "\u8717"}  // Value: 蜗

Python:

char = '\u8717'
print(char)  # Output: 蜗

Perl:

my $char = "\x{8717}";
print $char;  # Output: 蜗

PHP:

$char = "\x{8717}";
echo $char;  // Output: 蜗

Ruby:

char = "\u{8717}"
puts char  # Output: 蜗

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008717";  /* Display: 蜗 */
}

HTML Decimal:

<p>HTML decimal: &#34583;</p>  <!-- Display: 蜗 -->

HTML Hexadecimal:

<p>HTML hex: &#x8717;</p>  <!-- Display: 蜗 -->

URL Encoding:

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

Encodings

MD5:

ea019ca6197c7d5b5bd72dd35db59905

SHA1:

1e2ac89a7318955202428a052c94379e752c7b8c

Base64:

6JyX