Unicode Finder

"蕷" U+8577(CJK UNIFIED IDEOGRAPH-8577)

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

Programming

C
\u8577
JavaScript
\u8577
Java
\u8577
Json
\u8577
Python
\u8577
Perl
\x{8577}
PHP
\x{8577}
Ruby
\u{8577}
Rust
\u{8577}
Go
\u8577

Web

CSS
\008577
HtmlDecimal
蕷
HtmlHexadecimal
蕷
Url
%E8%95%B7

Code

MD5
ee27533f921d30ecb06e9403f9c91eaa
Sha1
55bb39d65ada810a781a63939f94df7672d7227d
Base64
6JW3

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8577';
console.log(char);  // Output: 蕷

Java:

char c = '\u8577';
System.out.println(c);  // Output: 蕷

JSON:

{"text": "\u8577"}  // Value: 蕷

Python:

char = '\u8577'
print(char)  # Output: 蕷

Perl:

my $char = "\x{8577}";
print $char;  # Output: 蕷

PHP:

$char = "\x{8577}";
echo $char;  // Output: 蕷

Ruby:

char = "\u{8577}"
puts char  # Output: 蕷

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008577";  /* Display: 蕷 */
}

HTML Decimal:

<p>HTML decimal: &#34167;</p>  <!-- Display: 蕷 -->

HTML Hexadecimal:

<p>HTML hex: &#x8577;</p>  <!-- Display: 蕷 -->

URL Encoding:

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

Encodings

MD5:

ee27533f921d30ecb06e9403f9c91eaa

SHA1:

55bb39d65ada810a781a63939f94df7672d7227d

Base64:

6JW3