Unicode Finder

"衶" U+8876(CJK UNIFIED IDEOGRAPH-8876)

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

Programming

C
\u8876
JavaScript
\u8876
Java
\u8876
Json
\u8876
Python
\u8876
Perl
\x{8876}
PHP
\x{8876}
Ruby
\u{8876}
Rust
\u{8876}
Go
\u8876

Web

CSS
\008876
HtmlDecimal
衶
HtmlHexadecimal
衶
Url
%E8%A1%B6

Code

MD5
bb9fecb9e4aa07c93cf5050ada594526
Sha1
3b51d014804e0cd5b746a6fff846fc2bc4ca7080
Base64
6KG2

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8876';
console.log(char);  // Output: 衶

Java:

char c = '\u8876';
System.out.println(c);  // Output: 衶

JSON:

{"text": "\u8876"}  // Value: 衶

Python:

char = '\u8876'
print(char)  # Output: 衶

Perl:

my $char = "\x{8876}";
print $char;  # Output: 衶

PHP:

$char = "\x{8876}";
echo $char;  // Output: 衶

Ruby:

char = "\u{8876}"
puts char  # Output: 衶

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008876";  /* Display: 衶 */
}

HTML Decimal:

<p>HTML decimal: &#34934;</p>  <!-- Display: 衶 -->

HTML Hexadecimal:

<p>HTML hex: &#x8876;</p>  <!-- Display: 衶 -->

URL Encoding:

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

Encodings

MD5:

bb9fecb9e4aa07c93cf5050ada594526

SHA1:

3b51d014804e0cd5b746a6fff846fc2bc4ca7080

Base64:

6KG2