Unicode Finder

"蕸" U+8578(CJK UNIFIED IDEOGRAPH-8578)

U+8578
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-8578

Programming

C
\u8578
JavaScript
\u8578
Java
\u8578
Json
\u8578
Python
\u8578
Perl
\x{8578}
PHP
\x{8578}
Ruby
\u{8578}
Rust
\u{8578}
Go
\u8578

Web

CSS
\008578
HtmlDecimal
蕸
HtmlHexadecimal
蕸
Url
%E8%95%B8

Code

MD5
0459ffaf1fe2511ec806a22775bf5e8c
Sha1
57a58cf617a098ec1efbee88fd8938353bd0daa9
Base64
6JW4

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8578';
console.log(char);  // Output: 蕸

Java:

char c = '\u8578';
System.out.println(c);  // Output: 蕸

JSON:

{"text": "\u8578"}  // Value: 蕸

Python:

char = '\u8578'
print(char)  # Output: 蕸

Perl:

my $char = "\x{8578}";
print $char;  # Output: 蕸

PHP:

$char = "\x{8578}";
echo $char;  // Output: 蕸

Ruby:

char = "\u{8578}"
puts char  # Output: 蕸

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008578";  /* Display: 蕸 */
}

HTML Decimal:

<p>HTML decimal: &#34168;</p>  <!-- Display: 蕸 -->

HTML Hexadecimal:

<p>HTML hex: &#x8578;</p>  <!-- Display: 蕸 -->

URL Encoding:

// 蕸 URL encoding
https://unicodefinder.com/search.php?query=%E8%95%B8

Encodings

MD5:

0459ffaf1fe2511ec806a22775bf5e8c

SHA1:

57a58cf617a098ec1efbee88fd8938353bd0daa9

Base64:

6JW4