Unicode Finder

"聽" U+807D(CJK UNIFIED IDEOGRAPH-807D)

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

Programming

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

Web

CSS
\00807D
HtmlDecimal
聽
HtmlHexadecimal
聽
Url
%E8%81%BD

Code

MD5
ff2c5341d209bd2ea2422a0b24891b1f
Sha1
3fe500d7bcc16dbca32eff68980b8d971ebdeb7d
Base64
6IG9

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u807D';
console.log(char);  // Output: 聽

Java:

char c = '\u807D';
System.out.println(c);  // Output: 聽

JSON:

{"text": "\u807D"}  // Value: 聽

Python:

char = '\u807D'
print(char)  # Output: 聽

Perl:

my $char = "\x{807D}";
print $char;  # Output: 聽

PHP:

$char = "\x{807D}";
echo $char;  // Output: 聽

Ruby:

char = "\u{807D}"
puts char  # Output: 聽

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#32893;</p>  <!-- Display: 聽 -->

HTML Hexadecimal:

<p>HTML hex: &#x807D;</p>  <!-- Display: 聽 -->

URL Encoding:

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

Encodings

MD5:

ff2c5341d209bd2ea2422a0b24891b1f

SHA1:

3fe500d7bcc16dbca32eff68980b8d971ebdeb7d

Base64:

6IG9