Unicode Finder

"聾" U+807E(CJK UNIFIED IDEOGRAPH-807E)

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

Programming

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

Web

CSS
\00807E
HtmlDecimal
聾
HtmlHexadecimal
聾
Url
%E8%81%BE

Code

MD5
9c87b014d958c4edf07538c36529599e
Sha1
f3354c673745fc0ee595c3c082fea2e22df001b1
Base64
6IG+

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u807E';
console.log(char);  // Output: 聾

Java:

char c = '\u807E';
System.out.println(c);  // Output: 聾

JSON:

{"text": "\u807E"}  // Value: 聾

Python:

char = '\u807E'
print(char)  # Output: 聾

Perl:

my $char = "\x{807E}";
print $char;  # Output: 聾

PHP:

$char = "\x{807E}";
echo $char;  // Output: 聾

Ruby:

char = "\u{807E}"
puts char  # Output: 聾

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#32894;</p>  <!-- Display: 聾 -->

HTML Hexadecimal:

<p>HTML hex: &#x807E;</p>  <!-- Display: 聾 -->

URL Encoding:

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

Encodings

MD5:

9c87b014d958c4edf07538c36529599e

SHA1:

f3354c673745fc0ee595c3c082fea2e22df001b1

Base64:

6IG+