Unicode Finder

"娼" U+5A3C(CJK UNIFIED IDEOGRAPH-5A3C)

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

Programming

C
\u5A3C
JavaScript
\u5A3C
Java
\u5A3C
Json
\u5A3C
Python
\u5A3C
Perl
\x{5A3C}
PHP
\x{5A3C}
Ruby
\u{5A3C}
Rust
\u{5A3C}
Go
\u5A3C

Web

CSS
\005A3C
HtmlDecimal
娼
HtmlHexadecimal
娼
Url
%E5%A8%BC

Code

MD5
8cf8fafcef19c55f8a1afd58e45981b8
Sha1
2dca3e3fa9921d60a3fdb8834e475b9369d95b77
Base64
5ai8

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u5A3C';
console.log(char);  // Output: 娼

Java:

char c = '\u5A3C';
System.out.println(c);  // Output: 娼

JSON:

{"text": "\u5A3C"}  // Value: 娼

Python:

char = '\u5A3C'
print(char)  # Output: 娼

Perl:

my $char = "\x{5A3C}";
print $char;  # Output: 娼

PHP:

$char = "\x{5A3C}";
echo $char;  // Output: 娼

Ruby:

char = "\u{5A3C}"
puts char  # Output: 娼

Rust:

let c = '\u{5A3C}';
println!("{}", c);  // Output: 娼

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005A3C";  /* Display: 娼 */
}

HTML Decimal:

<p>HTML decimal: &#23100;</p>  <!-- Display: 娼 -->

HTML Hexadecimal:

<p>HTML hex: &#x5A3C;</p>  <!-- Display: 娼 -->

URL Encoding:

// 娼 URL encoding
https://unicodefinder.com/search.php?query=%E5%A8%BC

Encodings

MD5:

8cf8fafcef19c55f8a1afd58e45981b8

SHA1:

2dca3e3fa9921d60a3fdb8834e475b9369d95b77

Base64:

5ai8