Unicode Finder

"蕵" U+8575(CJK UNIFIED IDEOGRAPH-8575)

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

Programming

C
\u8575
JavaScript
\u8575
Java
\u8575
Json
\u8575
Python
\u8575
Perl
\x{8575}
PHP
\x{8575}
Ruby
\u{8575}
Rust
\u{8575}
Go
\u8575

Web

CSS
\008575
HtmlDecimal
蕵
HtmlHexadecimal
蕵
Url
%E8%95%B5

Code

MD5
bab30ba70025e2f4dd1742a6eeaf6c4a
Sha1
11a94e1e66030ca3589b1c5d83fc0869adfe4a0f
Base64
6JW1

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8575';
console.log(char);  // Output: 蕵

Java:

char c = '\u8575';
System.out.println(c);  // Output: 蕵

JSON:

{"text": "\u8575"}  // Value: 蕵

Python:

char = '\u8575'
print(char)  # Output: 蕵

Perl:

my $char = "\x{8575}";
print $char;  # Output: 蕵

PHP:

$char = "\x{8575}";
echo $char;  // Output: 蕵

Ruby:

char = "\u{8575}"
puts char  # Output: 蕵

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008575";  /* Display: 蕵 */
}

HTML Decimal:

<p>HTML decimal: &#34165;</p>  <!-- Display: 蕵 -->

HTML Hexadecimal:

<p>HTML hex: &#x8575;</p>  <!-- Display: 蕵 -->

URL Encoding:

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

Encodings

MD5:

bab30ba70025e2f4dd1742a6eeaf6c4a

SHA1:

11a94e1e66030ca3589b1c5d83fc0869adfe4a0f

Base64:

6JW1