Unicode Finder

"襸" U+8978(CJK UNIFIED IDEOGRAPH-8978)

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

Programming

C
\u8978
JavaScript
\u8978
Java
\u8978
Json
\u8978
Python
\u8978
Perl
\x{8978}
PHP
\x{8978}
Ruby
\u{8978}
Rust
\u{8978}
Go
\u8978

Web

CSS
\008978
HtmlDecimal
襸
HtmlHexadecimal
襸
Url
%E8%A5%B8

Code

MD5
827e6aa49f374e999296c0b5d8e959a4
Sha1
5150dc3f9ac9d277c4685594a71b6529d3a030fb
Base64
6KW4

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8978';
console.log(char);  // Output: 襸

Java:

char c = '\u8978';
System.out.println(c);  // Output: 襸

JSON:

{"text": "\u8978"}  // Value: 襸

Python:

char = '\u8978'
print(char)  # Output: 襸

Perl:

my $char = "\x{8978}";
print $char;  # Output: 襸

PHP:

$char = "\x{8978}";
echo $char;  // Output: 襸

Ruby:

char = "\u{8978}"
puts char  # Output: 襸

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008978";  /* Display: 襸 */
}

HTML Decimal:

<p>HTML decimal: &#35192;</p>  <!-- Display: 襸 -->

HTML Hexadecimal:

<p>HTML hex: &#x8978;</p>  <!-- Display: 襸 -->

URL Encoding:

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

Encodings

MD5:

827e6aa49f374e999296c0b5d8e959a4

SHA1:

5150dc3f9ac9d277c4685594a71b6529d3a030fb

Base64:

6KW4