Unicode Finder

"蠹" U+8839(CJK UNIFIED IDEOGRAPH-8839)

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

Programming

C
\u8839
JavaScript
\u8839
Java
\u8839
Json
\u8839
Python
\u8839
Perl
\x{8839}
PHP
\x{8839}
Ruby
\u{8839}
Rust
\u{8839}
Go
\u8839

Web

CSS
\008839
HtmlDecimal
蠹
HtmlHexadecimal
蠹
Url
%E8%A0%B9

Code

MD5
395331557e6558b3f70c1ea9fc809948
Sha1
f53f205ba4b7268e9300a4cd0f23db581b0e3398
Base64
6KC5

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8839';
console.log(char);  // Output: 蠹

Java:

char c = '\u8839';
System.out.println(c);  // Output: 蠹

JSON:

{"text": "\u8839"}  // Value: 蠹

Python:

char = '\u8839'
print(char)  # Output: 蠹

Perl:

my $char = "\x{8839}";
print $char;  # Output: 蠹

PHP:

$char = "\x{8839}";
echo $char;  // Output: 蠹

Ruby:

char = "\u{8839}"
puts char  # Output: 蠹

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008839";  /* Display: 蠹 */
}

HTML Decimal:

<p>HTML decimal: &#34873;</p>  <!-- Display: 蠹 -->

HTML Hexadecimal:

<p>HTML hex: &#x8839;</p>  <!-- Display: 蠹 -->

URL Encoding:

// 蠹 URL encoding
https://unicodefinder.com/search.php?query=%E8%A0%B9

Encodings

MD5:

395331557e6558b3f70c1ea9fc809948

SHA1:

f53f205ba4b7268e9300a4cd0f23db581b0e3398

Base64:

6KC5