Unicode Finder

"蠖" U+8816(CJK UNIFIED IDEOGRAPH-8816)

U+8816
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-8816

Programming

C
\u8816
JavaScript
\u8816
Java
\u8816
Json
\u8816
Python
\u8816
Perl
\x{8816}
PHP
\x{8816}
Ruby
\u{8816}
Rust
\u{8816}
Go
\u8816

Web

CSS
\008816
HtmlDecimal
蠖
HtmlHexadecimal
蠖
Url
%E8%A0%96

Code

MD5
4602bee5e6aa95594b5d2384ba4f2750
Sha1
55f52687015b1e9e569c66d6d1cccb94b069152a
Base64
6KCW

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u8816';
console.log(char);  // Output: 蠖

Java:

char c = '\u8816';
System.out.println(c);  // Output: 蠖

JSON:

{"text": "\u8816"}  // Value: 蠖

Python:

char = '\u8816'
print(char)  # Output: 蠖

Perl:

my $char = "\x{8816}";
print $char;  # Output: 蠖

PHP:

$char = "\x{8816}";
echo $char;  // Output: 蠖

Ruby:

char = "\u{8816}"
puts char  # Output: 蠖

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008816";  /* Display: 蠖 */
}

HTML Decimal:

<p>HTML decimal: &#34838;</p>  <!-- Display: 蠖 -->

HTML Hexadecimal:

<p>HTML hex: &#x8816;</p>  <!-- Display: 蠖 -->

URL Encoding:

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

Encodings

MD5:

4602bee5e6aa95594b5d2384ba4f2750

SHA1:

55f52687015b1e9e569c66d6d1cccb94b069152a

Base64:

6KCW