Unicode Finder

"蜹" U+8739(CJK UNIFIED IDEOGRAPH-8739)

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

Programming

C
\u8739
JavaScript
\u8739
Java
\u8739
Json
\u8739
Python
\u8739
Perl
\x{8739}
PHP
\x{8739}
Ruby
\u{8739}
Rust
\u{8739}
Go
\u8739

Web

CSS
\008739
HtmlDecimal
蜹
HtmlHexadecimal
蜹
Url
%E8%9C%B9

Code

MD5
37f9f846313bf9a30e72ce6adccc03c4
Sha1
b9a21fb9bd0743ee9d9e08299e2bb767fe638ccc
Base64
6Jy5

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8739';
console.log(char);  // Output: 蜹

Java:

char c = '\u8739';
System.out.println(c);  // Output: 蜹

JSON:

{"text": "\u8739"}  // Value: 蜹

Python:

char = '\u8739'
print(char)  # Output: 蜹

Perl:

my $char = "\x{8739}";
print $char;  # Output: 蜹

PHP:

$char = "\x{8739}";
echo $char;  // Output: 蜹

Ruby:

char = "\u{8739}"
puts char  # Output: 蜹

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008739";  /* Display: 蜹 */
}

HTML Decimal:

<p>HTML decimal: &#34617;</p>  <!-- Display: 蜹 -->

HTML Hexadecimal:

<p>HTML hex: &#x8739;</p>  <!-- Display: 蜹 -->

URL Encoding:

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

Encodings

MD5:

37f9f846313bf9a30e72ce6adccc03c4

SHA1:

b9a21fb9bd0743ee9d9e08299e2bb767fe638ccc

Base64:

6Jy5