Unicode Finder

"蜴" U+8734(CJK UNIFIED IDEOGRAPH-8734)

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

Programming

C
\u8734
JavaScript
\u8734
Java
\u8734
Json
\u8734
Python
\u8734
Perl
\x{8734}
PHP
\x{8734}
Ruby
\u{8734}
Rust
\u{8734}
Go
\u8734

Web

CSS
\008734
HtmlDecimal
蜴
HtmlHexadecimal
蜴
Url
%E8%9C%B4

Code

MD5
d49e4865785f1d3e41f4ca2c762037b9
Sha1
a2db1ee8dcb4b5bcc711c081b7c46ae1956c0839
Base64
6Jy0

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8734';
console.log(char);  // Output: 蜴

Java:

char c = '\u8734';
System.out.println(c);  // Output: 蜴

JSON:

{"text": "\u8734"}  // Value: 蜴

Python:

char = '\u8734'
print(char)  # Output: 蜴

Perl:

my $char = "\x{8734}";
print $char;  # Output: 蜴

PHP:

$char = "\x{8734}";
echo $char;  // Output: 蜴

Ruby:

char = "\u{8734}"
puts char  # Output: 蜴

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008734";  /* Display: 蜴 */
}

HTML Decimal:

<p>HTML decimal: &#34612;</p>  <!-- Display: 蜴 -->

HTML Hexadecimal:

<p>HTML hex: &#x8734;</p>  <!-- Display: 蜴 -->

URL Encoding:

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

Encodings

MD5:

d49e4865785f1d3e41f4ca2c762037b9

SHA1:

a2db1ee8dcb4b5bcc711c081b7c46ae1956c0839

Base64:

6Jy0