Unicode Finder

"蜒" U+8712(CJK UNIFIED IDEOGRAPH-8712)

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

Programming

C
\u8712
JavaScript
\u8712
Java
\u8712
Json
\u8712
Python
\u8712
Perl
\x{8712}
PHP
\x{8712}
Ruby
\u{8712}
Rust
\u{8712}
Go
\u8712

Web

CSS
\008712
HtmlDecimal
蜒
HtmlHexadecimal
蜒
Url
%E8%9C%92

Code

MD5
0f01644792defcfb8a03e2dc219447b3
Sha1
6f63869b26432b52b10d4474ca64408720464dc9
Base64
6JyS

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8712';
console.log(char);  // Output: 蜒

Java:

char c = '\u8712';
System.out.println(c);  // Output: 蜒

JSON:

{"text": "\u8712"}  // Value: 蜒

Python:

char = '\u8712'
print(char)  # Output: 蜒

Perl:

my $char = "\x{8712}";
print $char;  # Output: 蜒

PHP:

$char = "\x{8712}";
echo $char;  // Output: 蜒

Ruby:

char = "\u{8712}"
puts char  # Output: 蜒

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008712";  /* Display: 蜒 */
}

HTML Decimal:

<p>HTML decimal: &#34578;</p>  <!-- Display: 蜒 -->

HTML Hexadecimal:

<p>HTML hex: &#x8712;</p>  <!-- Display: 蜒 -->

URL Encoding:

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

Encodings

MD5:

0f01644792defcfb8a03e2dc219447b3

SHA1:

6f63869b26432b52b10d4474ca64408720464dc9

Base64:

6JyS