Unicode Finder

"蕽" U+857D(CJK UNIFIED IDEOGRAPH-857D)

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

Programming

C
\u857D
JavaScript
\u857D
Java
\u857D
Json
\u857D
Python
\u857D
Perl
\x{857D}
PHP
\x{857D}
Ruby
\u{857D}
Rust
\u{857D}
Go
\u857D

Web

CSS
\00857D
HtmlDecimal
蕽
HtmlHexadecimal
蕽
Url
%E8%95%BD

Code

MD5
ecc31f3ab13a2e1278b30b79e52a7edc
Sha1
a0d61261866c574eea062d0a3cc9efe4458deb31
Base64
6JW9

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u857D';
console.log(char);  // Output: 蕽

Java:

char c = '\u857D';
System.out.println(c);  // Output: 蕽

JSON:

{"text": "\u857D"}  // Value: 蕽

Python:

char = '\u857D'
print(char)  # Output: 蕽

Perl:

my $char = "\x{857D}";
print $char;  # Output: 蕽

PHP:

$char = "\x{857D}";
echo $char;  // Output: 蕽

Ruby:

char = "\u{857D}"
puts char  # Output: 蕽

Rust:

let c = '\u{857D}';
println!("{}", c);  // Output: 蕽

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00857D";  /* Display: 蕽 */
}

HTML Decimal:

<p>HTML decimal: &#34173;</p>  <!-- Display: 蕽 -->

HTML Hexadecimal:

<p>HTML hex: &#x857D;</p>  <!-- Display: 蕽 -->

URL Encoding:

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

Encodings

MD5:

ecc31f3ab13a2e1278b30b79e52a7edc

SHA1:

a0d61261866c574eea062d0a3cc9efe4458deb31

Base64:

6JW9