Unicode Finder

"聗" U+8057(CJK UNIFIED IDEOGRAPH-8057)

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

Programming

C
\u8057
JavaScript
\u8057
Java
\u8057
Json
\u8057
Python
\u8057
Perl
\x{8057}
PHP
\x{8057}
Ruby
\u{8057}
Rust
\u{8057}
Go
\u8057

Web

CSS
\008057
HtmlDecimal
聗
HtmlHexadecimal
聗
Url
%E8%81%97

Code

MD5
f363c97fc953fcbda2c39a692dad62d2
Sha1
add036485b5422727c93c1a45c155f2b8e2f899a
Base64
6IGX

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8057';
console.log(char);  // Output: 聗

Java:

char c = '\u8057';
System.out.println(c);  // Output: 聗

JSON:

{"text": "\u8057"}  // Value: 聗

Python:

char = '\u8057'
print(char)  # Output: 聗

Perl:

my $char = "\x{8057}";
print $char;  # Output: 聗

PHP:

$char = "\x{8057}";
echo $char;  // Output: 聗

Ruby:

char = "\u{8057}"
puts char  # Output: 聗

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008057";  /* Display: 聗 */
}

HTML Decimal:

<p>HTML decimal: &#32855;</p>  <!-- Display: 聗 -->

HTML Hexadecimal:

<p>HTML hex: &#x8057;</p>  <!-- Display: 聗 -->

URL Encoding:

// 聗 URL encoding
https://unicodefinder.com/search.php?query=%E8%81%97

Encodings

MD5:

f363c97fc953fcbda2c39a692dad62d2

SHA1:

add036485b5422727c93c1a45c155f2b8e2f899a

Base64:

6IGX