Unicode Finder

"襶" U+8976(CJK UNIFIED IDEOGRAPH-8976)

U+8976
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-8976

Programming

C
\u8976
JavaScript
\u8976
Java
\u8976
Json
\u8976
Python
\u8976
Perl
\x{8976}
PHP
\x{8976}
Ruby
\u{8976}
Rust
\u{8976}
Go
\u8976

Web

CSS
\008976
HtmlDecimal
襶
HtmlHexadecimal
襶
Url
%E8%A5%B6

Code

MD5
99347e9ff7476981e011b6dc97a8ff79
Sha1
3914c8511b50fd1a6dd1aed6a560a7be06c307c9
Base64
6KW2

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8976';
console.log(char);  // Output: 襶

Java:

char c = '\u8976';
System.out.println(c);  // Output: 襶

JSON:

{"text": "\u8976"}  // Value: 襶

Python:

char = '\u8976'
print(char)  # Output: 襶

Perl:

my $char = "\x{8976}";
print $char;  # Output: 襶

PHP:

$char = "\x{8976}";
echo $char;  // Output: 襶

Ruby:

char = "\u{8976}"
puts char  # Output: 襶

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008976";  /* Display: 襶 */
}

HTML Decimal:

<p>HTML decimal: &#35190;</p>  <!-- Display: 襶 -->

HTML Hexadecimal:

<p>HTML hex: &#x8976;</p>  <!-- Display: 襶 -->

URL Encoding:

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

Encodings

MD5:

99347e9ff7476981e011b6dc97a8ff79

SHA1:

3914c8511b50fd1a6dd1aed6a560a7be06c307c9

Base64:

6KW2