Unicode Finder

"聶" U+8076(CJK UNIFIED IDEOGRAPH-8076)

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

Programming

C
\u8076
JavaScript
\u8076
Java
\u8076
Json
\u8076
Python
\u8076
Perl
\x{8076}
PHP
\x{8076}
Ruby
\u{8076}
Rust
\u{8076}
Go
\u8076

Web

CSS
\008076
HtmlDecimal
聶
HtmlHexadecimal
聶
Url
%E8%81%B6

Code

MD5
46cd7d3af4250415eb60d78b2eeb7f5e
Sha1
8e6b4170257f689d6541c4153ef7d1664292359c
Base64
6IG2

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8076';
console.log(char);  // Output: 聶

Java:

char c = '\u8076';
System.out.println(c);  // Output: 聶

JSON:

{"text": "\u8076"}  // Value: 聶

Python:

char = '\u8076'
print(char)  # Output: 聶

Perl:

my $char = "\x{8076}";
print $char;  # Output: 聶

PHP:

$char = "\x{8076}";
echo $char;  // Output: 聶

Ruby:

char = "\u{8076}"
puts char  # Output: 聶

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008076";  /* Display: 聶 */
}

HTML Decimal:

<p>HTML decimal: &#32886;</p>  <!-- Display: 聶 -->

HTML Hexadecimal:

<p>HTML hex: &#x8076;</p>  <!-- Display: 聶 -->

URL Encoding:

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

Encodings

MD5:

46cd7d3af4250415eb60d78b2eeb7f5e

SHA1:

8e6b4170257f689d6541c4153ef7d1664292359c

Base64:

6IG2