Unicode Finder

"葵" U+8475(CJK UNIFIED IDEOGRAPH-8475)

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

Programming

C
\u8475
JavaScript
\u8475
Java
\u8475
Json
\u8475
Python
\u8475
Perl
\x{8475}
PHP
\x{8475}
Ruby
\u{8475}
Rust
\u{8475}
Go
\u8475

Web

CSS
\008475
HtmlDecimal
葵
HtmlHexadecimal
葵
Url
%E8%91%B5

Code

MD5
a0ebbed67aaa66dd54804ffc0fbdd2f6
Sha1
7ba87f3b8b1a43effefd06781117e5087e64cf6d
Base64
6JG1

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8475';
console.log(char);  // Output: 葵

Java:

char c = '\u8475';
System.out.println(c);  // Output: 葵

JSON:

{"text": "\u8475"}  // Value: 葵

Python:

char = '\u8475'
print(char)  # Output: 葵

Perl:

my $char = "\x{8475}";
print $char;  # Output: 葵

PHP:

$char = "\x{8475}";
echo $char;  // Output: 葵

Ruby:

char = "\u{8475}"
puts char  # Output: 葵

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008475";  /* Display: 葵 */
}

HTML Decimal:

<p>HTML decimal: &#33909;</p>  <!-- Display: 葵 -->

HTML Hexadecimal:

<p>HTML hex: &#x8475;</p>  <!-- Display: 葵 -->

URL Encoding:

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

Encodings

MD5:

a0ebbed67aaa66dd54804ffc0fbdd2f6

SHA1:

7ba87f3b8b1a43effefd06781117e5087e64cf6d

Base64:

6JG1